Searched refs:g_apFeature (Results 1 – 2 of 2) sorted by relevance
26 struct IWiFiAp *g_apFeature = NULL; variable106 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 …]
560 struct WifiFeature g_apFeature = { variable568 return &g_apFeature; in GetWifiApFeature()