Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c26 struct IWiFiAp *g_apFeature = NULL; variable
106 if (g_apFeature != NULL) { in WlanInterfaceCreateFeature()
156 if (g_apFeature == NULL) { in WlanInterfaceDestroyFeature()
171 g_apFeature = NULL; in WlanInterfaceDestroyFeature()
224 if (g_apFeature == NULL || g_apFeature->getAssociatedStas == NULL) { in WlanInterfaceGetAssociatedStas()
239 ret = g_apFeature->getAssociatedStas(g_apFeature, wifiStaInfo, *staInfoLen, num); in WlanInterfaceGetAssociatedStas()
263 if (g_apFeature == NULL) { in GetBasefeature()
434 } else if (g_apFeature != NULL) { in WlanInterfaceGetIfNamesByChipId()
1022 if (g_apFeature == NULL || g_apFeature->setCountryCode == NULL) { in WlanInterfaceSetCountryCode()
1031 ret = g_apFeature->setCountryCode(g_apFeature, code, strlen(code)); in WlanInterfaceSetCountryCode()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c560 struct WifiFeature g_apFeature = { variable
568 return &g_apFeature; in GetWifiApFeature()