Searched refs:hostapdinterfaceHost (Results 1 – 1 of 1) sorted by relevance
45 …if (g_stop == 1 || hostapdinterfaceHost->service == NULL || hostapdinterfaceHost->stubObject == NU… in HostapdInterfaceDriverDispatch()85 struct HdfHostapdInterfaceHost *hostapdinterfaceHost = in HdfHostapdInterfaceDriverBind() local87 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 …]