Searched refs:AP_BAND_2GHZ (Results 1 – 4 of 4) sorted by relevance
34 public static final int DEFAULT_AP_BAND = WifiConfiguration.AP_BAND_2GHZ;73 if (apBand != WifiConfiguration.AP_BAND_2GHZ in chooseApChannel()79 if (apBand == WifiConfiguration.AP_BAND_2GHZ) { in chooseApChannel()
146 WifiConfiguration.AP_BAND_2GHZ, null, ALLOWED_5G_FREQS)); in chooseApChannel2GBandWithNoAllowedChannel()155 WifiConfiguration.AP_BAND_2GHZ, mAllowed2GChannels, ALLOWED_5G_FREQS); in chooseApChannel2GBandWithAllowedChannels()
184 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in startSoftApAndVerifyEnabled()
245 public static final int AP_BAND_2GHZ = 0; field in WifiConfiguration259 public int apBand = AP_BAND_2GHZ;