Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java34 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()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java146 WifiConfiguration.AP_BAND_2GHZ, null, ALLOWED_5G_FREQS)); in chooseApChannel2GBandWithNoAllowedChannel()
155 WifiConfiguration.AP_BAND_2GHZ, mAllowed2GChannels, ALLOWED_5G_FREQS); in chooseApChannel2GBandWithAllowedChannels()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java184 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in startSoftApAndVerifyEnabled()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java245 public static final int AP_BAND_2GHZ = 0; field in WifiConfiguration
259 public int apBand = AP_BAND_2GHZ;