Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_drivers.c45 …if (g_stop == 1 || hostapdinterfaceHost->service == NULL || hostapdinterfaceHost->stubObject == NU… in HostapdInterfaceDriverDispatch()
85 struct HdfHostapdInterfaceHost *hostapdinterfaceHost = in HdfHostapdInterfaceDriverBind() local
87 if (hostapdinterfaceHost == NULL) { in HdfHostapdInterfaceDriverBind()
95 OsalMemFree(hostapdinterfaceHost); in HdfHostapdInterfaceDriverBind()
96 hostapdinterfaceHost = NULL; in HdfHostapdInterfaceDriverBind()
102 hostapdinterfaceHost->ioService.Open = NULL; in HdfHostapdInterfaceDriverBind()
103 hostapdinterfaceHost->ioService.Release = NULL; in HdfHostapdInterfaceDriverBind()
104 hostapdinterfaceHost->service = serviceImpl; in HdfHostapdInterfaceDriverBind()
105 hostapdinterfaceHost->stubObject = stubObj; in HdfHostapdInterfaceDriverBind()
135 OsalMemFree(hostapdinterfaceHost); in HdfHostapdInterfaceDriverRelease()
[all …]