Home
last modified time | relevance | path

Searched refs:coHostedBssPresent (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.c264 bool coHostedBssPresent = (content[COLUMN_INDEX_ONE] & BSS_EXIST_MASK) != 0; in GetChanWidthCenterFreqHe() local
266 + (coHostedBssPresent ? 1 : 0) + (is6GhzInfoExist ? COLUMN_INDEX_FIVE : 0); in GetChanWidthCenterFreqHe()
273 + (coHostedBssPresent ? 1 : 0); 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.c1005 bool coHostedBssPresent = (content[COLUMN_INDEX_ONE] & BSS_EXIST_MASK) != 0; in GetChanWidthCenterFreqHe() local
1007 + (coHostedBssPresent ? 1 : 0) + (is6GhzInfoExist ? COLUMN_INDEX_FIVE : 0); in GetChanWidthCenterFreqHe()
1014 + (coHostedBssPresent ? 1 : 0); in GetChanWidthCenterFreqHe()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1196 bool coHostedBssPresent = (content[COLUMN_INDEX_ONE] & BSS_EXIST_MASK) != 0; in GetChanWidthCenterFreqHe() local
1198 (coHostedBssPresent ? 1 : 0) + (is6GhzInfoExist ? COLUMN_INDEX_FIVE : 0); in GetChanWidthCenterFreqHe()
1205 (coHostedBssPresent ? 1 : 0); in GetChanWidthCenterFreqHe()