Searched refs:apObj (Results 1 – 2 of 2) 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 D | wifi_hdi_wpa_ap_impl.c | 40 if (apObj == NULL) { in RegisterApEventCallback() 166 if (apObj == NULL) { in HdiEnableAp() 171 int32_t result = apObj->EnableAp(apObj, GetHdiApIfaceName(), id); in HdiEnableAp() 185 if (apObj == NULL) { in HdiDisableAp() 190 int32_t result = apObj->DisableAp(apObj, GetHdiApIfaceName(), id); in HdiDisableAp() 204 if (apObj == NULL) { in HdiReloadApConfigInfo() 223 if (apObj == NULL) { in HdiSetApPasswd() 228 int32_t result = apObj->SetApPasswd(apObj, GetHdiApIfaceName(), pass, id); in HdiSetApPasswd() 247 int32_t result = apObj->SetApName(apObj, GetHdiApIfaceName(), name, id); in HdiSetApName() 285 int32_t result = apObj->SetApBand(apObj, GetHdiApIfaceName(), band, id); in HdiSetApBand() [all …]
|
H A D | wifi_hdi_wpa_proxy.c | 779 struct IHostapdInterface *apObj = NULL; in GetApInterface() local 781 apObj = g_apObj; in GetApInterface() 783 return apObj; in GetApInterface()
|