Searched refs:GetVhtCentFreq (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 | 964 extern "C" int GetVhtCentFreq(int channelType, int centerFrequencyIndex); 967 int result = GetVhtCentFreq(0, 0); 970 result = GetVhtCentFreq(0, 1); 973 result = GetVhtCentFreq(1, 0); 976 result = GetVhtCentFreq(1, 1);
|
/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 | 197 static int GetVhtCentFreq(int channelType, int centerFrequencyIndex) in GetVhtCentFreq() function 244 pcmd->centerFrequency0 = GetVhtCentFreq(channelType, centerFrequencyIndex1); in GetChanWidthCenterFreqVht() 245 pcmd->centerFrequency1 = GetVhtCentFreq(channelType, 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 | 925 static int GetVhtCentFreq(int channelType, int centerFrequencyIndex) in GetVhtCentFreq() function 985 pcmd->centerFrequency0 = GetVhtCentFreq(channelType, centerFrequencyIndex1); in GetChanWidthCenterFreqVht() 986 pcmd->centerFrequency1 = GetVhtCentFreq(channelType, centerFrequencyIndex2); in GetChanWidthCenterFreqVht()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_supplicant_hal.c | 1130 static int GetVhtCentFreq(int channelType, int centerFrequencyIndex) in GetVhtCentFreq() function 1176 pcmd->centerFrequency0 = GetVhtCentFreq(channelType, centerFrequencyIndex1); in GetChanWidthCenterFreqVht() 1177 pcmd->centerFrequency1 = GetVhtCentFreq(channelType, centerFrequencyIndex2); in GetChanWidthCenterFreqVht()
|