Home
last modified time | relevance | path

Searched refs:AP_BANDWIDTH_160 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp191 if ((band != BandType::BAND_5GHZ && bandwidth == AP_BANDWIDTH_160) || in CheckHotspot160MParam()
192 (bandwidth != AP_BANDWIDTH_160 && bandwidth != AP_BANDWIDTH_DEFAULT) || in CheckHotspot160MParam()
193 (band == BandType::BAND_5GHZ && bandwidth == AP_BANDWIDTH_160 && in CheckHotspot160MParam()
242 } else if ((!CheckHostspot160MCountryCode()) && bandwidth == AP_BANDWIDTH_160) { in OnSetApConfigWifi()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h35 #define AP_BANDWIDTH_160 8 macro
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use_test.cpp122 apConfig.SetBandWidth(AP_BANDWIDTH_160);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp93 if (apConfig.GetBandWidth() == AP_BANDWIDTH_160) { in GetBestChannelFor5G()