Searched refs:GetHeChanWidth (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 | 166 extern "C" int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1); 172 int ret = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); 176 ret = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); 180 ret = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); 184 ret = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); 188 ret = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); 192 ret = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1);
|
/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 | 131 static int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1) in GetHeChanWidth() function 277 pcmd->channelWidth = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); in GetChanWidthCenterFreqHe()
|
/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 | 859 static int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1) in GetHeChanWidth() function 1018 pcmd->channelWidth = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); in GetChanWidthCenterFreqHe()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_supplicant_hal.c | 1064 static int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1) in GetHeChanWidth() function 1209 pcmd->channelWidth = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); in GetChanWidthCenterFreqHe()
|