Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java165 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java74 && apBand != WifiConfiguration.AP_BAND_5GHZ) { in chooseApChannel()
124 if (config.apBand == WifiConfiguration.AP_BAND_5GHZ in updateApChannelConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java179 && config.apBand == WifiConfiguration.AP_BAND_5GHZ) { in startSoftAp()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java251 public static final int AP_BAND_5GHZ = 1; field in WifiConfiguration