Home
last modified time | relevance | path

Searched refs:HdfWpaInterfaceHost (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_drivers.c28 struct HdfWpaInterfaceHost { struct
42 struct HdfWpaInterfaceHost *wpainterfaceHost = CONTAINER_OF( in WpaInterfaceDriverDispatch() argument
43 client->device->service, struct HdfWpaInterfaceHost, ioService); in WpaInterfaceDriverDispatch()
84 struct HdfWpaInterfaceHost *wpainterfaceHost = in HdfWpaInterfaceDriverBind()
85 (struct HdfWpaInterfaceHost *)OsalMemAlloc(sizeof(struct HdfWpaInterfaceHost)); in HdfWpaInterfaceDriverBind()
129 struct HdfWpaInterfaceHost *wpainterfaceHost = CONTAINER_OF( in HdfWpaInterfaceDriverRelease()
130 deviceObject->service, struct HdfWpaInterfaceHost, ioService); in HdfWpaInterfaceDriverRelease()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/
H A Dwpa_interface_driver.c.txt27 struct HdfWpaInterfaceHost {
36 …struct HdfWpaInterfaceHost *host = CONTAINER_OF(client->device->service, struct HdfWpaInterfaceHos…
65 …struct HdfWpaInterfaceHost *host = (struct HdfWpaInterfaceHost *)OsalMemCalloc(sizeof(struct HdfWp…
67 HDF_LOGE("%{public}s: create HdfWpaInterfaceHost object failed!", __func__);
102 …struct HdfWpaInterfaceHost *host = CONTAINER_OF(deviceObject->service, struct HdfWpaInterfaceHost,…