Searched refs:AP_BANDWIDTH_160 (Results 1 – 4 of 4) sorted by relevance
191 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()
35 #define AP_BANDWIDTH_160 8 macro
122 apConfig.SetBandWidth(AP_BANDWIDTH_160);
93 if (apConfig.GetBandWidth() == AP_BANDWIDTH_160) { in GetBestChannelFor5G()