Searched refs:GetChanExtMaxRates (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 | 339 extern "C" bool GetChanExtMaxRates(ScanInfo *pcmd, ScanInfoElem *infoElem); 344 bool ret = GetChanExtMaxRates(nullptr, nullptr); 346 ret = GetChanExtMaxRates(nullptr, &infoElem); 348 ret = GetChanExtMaxRates(&pcmd, nullptr); 350 ret = GetChanExtMaxRates(&pcmd, &infoElem); 360 bool ret = GetChanExtMaxRates(&pcmd, &infoElem); 363 ret = GetChanExtMaxRates(&pcmd, &infoElem); 367 ret = GetChanExtMaxRates(&pcmd, &infoElem); 371 ret = GetChanExtMaxRates(&pcmd, &infoElem);
|
/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 | 324 static bool GetChanExtMaxRates(ScanInfo *pcmd, ScanInfoElem* infoElem) in GetChanExtMaxRates() function 359 …if ((iesNeedParse->ieExtMaxRate != NULL) && GetChanExtMaxRates(pcmd, iesNeedParse->ieExtMaxRate)) { in GetChanWidthCenterFreq()
|
/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 | 1065 static bool GetChanExtMaxRates(ScanInfo *pcmd, ScanInfoElem* infoElem) in GetChanExtMaxRates() function 1100 …if ((iesNeedParse->ieExtMaxRate != NULL) && GetChanExtMaxRates(pcmd, iesNeedParse->ieExtMaxRate)) { in GetChanWidthCenterFreq()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_supplicant_hal.c | 1256 static bool GetChanExtMaxRates(ScanInfo *pcmd, ScanInfoElem* infoElem) in GetChanExtMaxRates() function 1291 …if ((iesNeedParse->ieExtMaxRate != NULL) && GetChanExtMaxRates(pcmd, iesNeedParse->ieExtMaxRate)) { in GetChanWidthCenterFreq()
|