Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_proxy.c593 if (g_apDevMgr != NULL) { in HdiApResetGlobalObj()
594 g_apDevMgr->UnloadDevice(g_apDevMgr, HDI_AP_SERVICE_NAME); in HdiApResetGlobalObj()
596 g_apDevMgr = NULL; in HdiApResetGlobalObj()
651 if (g_apDevMgr == NULL) { in GetApInstance()
655 HDF_STATUS retDevice = g_apDevMgr->LoadDevice(g_apDevMgr, HDI_AP_SERVICE_NAME) ; in GetApInstance()
660 g_apDevMgr = NULL; in GetApInstance()
666 g_apDevMgr->UnloadDevice(g_apDevMgr, HDI_AP_SERVICE_NAME); in GetApInstance()
668 g_apDevMgr = NULL; in GetApInstance()
687 g_apDevMgr->UnloadDevice(g_apDevMgr, HDI_AP_SERVICE_NAME); in StartApHdi()
754 g_apDevMgr->UnloadDevice(g_apDevMgr, HDI_AP_SERVICE_NAME); in HdiApStop()
[all …]