Searched refs:AP_BAND_5GHZ (Results 1 – 4 of 4) sorted by relevance
165 WifiConfiguration.AP_BAND_5GHZ, mAllowed2GChannels, ALLOWED_5G_FREQS); in chooseApChannel5GBandWithAllowedChannels()176 WifiConfiguration.AP_BAND_5GHZ, mAllowed2GChannels, null)); in chooseApChannel5GBandWithNoAllowedChannels()187 config.apBand = WifiConfiguration.AP_BAND_5GHZ; in updateApChannelConfigWithoutHal()204 config.apBand = WifiConfiguration.AP_BAND_5GHZ; in updateApChannelConfig5GBandNoCountryCode()217 config.apBand = WifiConfiguration.AP_BAND_5GHZ; in updateApChannelConfigWithChannelSpecified()223 assertEquals(WifiConfiguration.AP_BAND_5GHZ, config.apBand); in updateApChannelConfigWithChannelSpecified()234 config.apBand = WifiConfiguration.AP_BAND_5GHZ; in updateApChannelConfigWith5GBandNoChannelAllowed()251 config.apBand = WifiConfiguration.AP_BAND_5GHZ; in updateApChannelConfigWithoutChannelsForBandSupported()
74 && apBand != WifiConfiguration.AP_BAND_5GHZ) { in chooseApChannel()124 if (config.apBand == WifiConfiguration.AP_BAND_5GHZ in updateApChannelConfig()
179 && config.apBand == WifiConfiguration.AP_BAND_5GHZ) { in startSoftAp()
251 public static final int AP_BAND_5GHZ = 1; field in WifiConfiguration