Home
last modified time | relevance | path

Searched defs:heChannelWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.c131 static int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1) in GetHeChanWidth()
274 int heChannelWidth = content[startIndx + 1] & GHZ_HE_WIDTH_MASK_6; in GetChanWidthCenterFreqHe() local
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c859 static int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1) in GetHeChanWidth()
1015 int heChannelWidth = content[startIndx + 1] & GHZ_HE_WIDTH_MASK_6; in GetChanWidthCenterFreqHe() local
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1064 static int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1) in GetHeChanWidth()
1206 int heChannelWidth = content[startIndx + 1] & GHZ_HE_WIDTH_MASK_6; in GetChanWidthCenterFreqHe() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util_test.cpp169 int heChannelWidth = 0; variable