Searched refs:GetChanWidthCenterFreq (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_util_test.cpp | 993 extern "C" void GetChanWidthCenterFreq(ScanInfo *pcmd, struct NeedParseIe* iesNeedParse); 998 GetChanWidthCenterFreq(nullptr, nullptr); 999 GetChanWidthCenterFreq(&pcmd, nullptr); 1000 GetChanWidthCenterFreq(nullptr, &iesNeedParse); 1001 GetChanWidthCenterFreq(&pcmd, &iesNeedParse);
|
/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_util.c | 339 static void GetChanWidthCenterFreq(ScanInfo *pcmd, struct NeedParseIe* iesNeedParse) in GetChanWidthCenterFreq() function 451 GetChanWidthCenterFreq(pcmd, &iesNeedParse); in GetInfoElems()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/ |
H A D | wifi_supplicant_hal.c | 1080 static void GetChanWidthCenterFreq(ScanInfo *pcmd, struct NeedParseIe* iesNeedParse) in GetChanWidthCenterFreq() function 1185 GetChanWidthCenterFreq(pcmd, &iesNeedParse); in GetInfoElems()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_supplicant_hal.c | 1271 static void GetChanWidthCenterFreq(ScanInfo *pcmd, struct NeedParseIe* iesNeedParse) in GetChanWidthCenterFreq() function 1376 GetChanWidthCenterFreq(pcmd, &iesNeedParse); in GetInfoElems()
|