Home
last modified time | relevance | path

Searched refs:is6GhzInfoExist (Results 1 – 3 of 3) 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.c263 bool is6GhzInfoExist = (content[COLUMN_INDEX_TWO] & GHZ_HE_INFO_EXIST_MASK_6) != 0; in GetChanWidthCenterFreqHe() local
266 + (coHostedBssPresent ? 1 : 0) + (is6GhzInfoExist ? COLUMN_INDEX_FIVE : 0); in GetChanWidthCenterFreqHe()
271 if (is6GhzInfoExist) { in GetChanWidthCenterFreqHe()
/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.c1004 bool is6GhzInfoExist = (content[COLUMN_INDEX_TWO] & GHZ_HE_INFO_EXIST_MASK_6) != 0; in GetChanWidthCenterFreqHe() local
1007 + (coHostedBssPresent ? 1 : 0) + (is6GhzInfoExist ? COLUMN_INDEX_FIVE : 0); in GetChanWidthCenterFreqHe()
1012 if (is6GhzInfoExist) { in GetChanWidthCenterFreqHe()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1195 bool is6GhzInfoExist = (content[COLUMN_INDEX_TWO] & GHZ_HE_INFO_EXIST_MASK_6) != 0; in GetChanWidthCenterFreqHe() local
1198 (coHostedBssPresent ? 1 : 0) + (is6GhzInfoExist ? COLUMN_INDEX_FIVE : 0); in GetChanWidthCenterFreqHe()
1203 if (is6GhzInfoExist) { in GetChanWidthCenterFreqHe()