Searched refs:GetVhtChanWidth (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 | 942 extern "C" int GetVhtChanWidth(int channelType, int centerFrequencyIndex1, int centerFrequencyIndex… 948 int result = GetVhtChanWidth(channelType, centerFrequencyIndex1, centerFrequencyIndex2); 952 result = GetVhtChanWidth(channelType, centerFrequencyIndex1, centerFrequencyIndex2); 956 result = GetVhtChanWidth(channelType, centerFrequencyIndex1, centerFrequencyIndex2); 960 result = GetVhtChanWidth(channelType, centerFrequencyIndex1, centerFrequencyIndex2);
|
/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 | 183 static int GetVhtChanWidth(int channelType, int centerFrequencyIndex1, int centerFrequencyIndex2) in GetVhtChanWidth() function 240 pcmd->channelWidth = GetVhtChanWidth(channelType, centerFrequencyIndex1, centerFrequencyIndex2); in GetChanWidthCenterFreqVht()
|
/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 | 911 static int GetVhtChanWidth(int channelType, int centerFrequencyIndex1, int centerFrequencyIndex2) in GetVhtChanWidth() function 981 pcmd->channelWidth = GetVhtChanWidth(channelType, centerFrequencyIndex1, centerFrequencyIndex2); in GetChanWidthCenterFreqVht()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_supplicant_hal.c | 1116 static int GetVhtChanWidth(int channelType, int centerFrequencyIndex1, int centerFrequencyIndex2) in GetVhtChanWidth() function 1172 pcmd->channelWidth = GetVhtChanWidth(channelType, centerFrequencyIndex1, centerFrequencyIndex2); in GetChanWidthCenterFreqVht()
|