Searched refs:AP_BAND_2GHZ (Results 1 – 14 of 14) sorted by relevance
34 public static final int DEFAULT_AP_BAND = WifiConfiguration.AP_BAND_2GHZ;73 if (apBand != WifiConfiguration.AP_BAND_2GHZ in chooseApChannel()81 if (apBand == WifiConfiguration.AP_BAND_2GHZ in chooseApChannel()
147 WifiConfiguration.AP_BAND_2GHZ, null, ALLOWED_5G_FREQS)); in chooseApChannel2GBandWithNoAllowedChannel()156 WifiConfiguration.AP_BAND_2GHZ, mAllowed2GChannels, ALLOWED_5G_FREQS); in chooseApChannel2GBandWithAllowedChannels()
189 assertEquals(WifiConfiguration.AP_BAND_2GHZ, config.apBand); in verifyDefaultApConfig()282 WifiConfiguration.AP_BAND_2GHZ, /* AP band */ in updateApConfiguration()542 .generateLocalOnlyHotspotConfig(mContext, WifiConfiguration.AP_BAND_2GHZ); in generateLocalOnlyHotspotConfigIsValid()544 WifiConfiguration.AP_BAND_2GHZ); in generateLocalOnlyHotspotConfigIsValid()
228 configuration.apBand = WifiConfiguration.AP_BAND_2GHZ; in testAddAccessPointSuccess_Psk_Band2G()333 configuration.apBand = WifiConfiguration.AP_BAND_2GHZ; in testAddAccessPointSuccess_Psk_Band2G_WithACS()371 configuration.apBand = WifiConfiguration.AP_BAND_2GHZ; in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()563 configuration.apBand = WifiConfiguration.AP_BAND_2GHZ; in testAddAccessPointFailure()637 configuration.apBand = WifiConfiguration.AP_BAND_2GHZ; in testOnFailureCallbackHandling()
186 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in startSoftApWithConfig()200 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in startSoftApWithHiddenSsidTrueInConfig()446 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in startSoftApOn24GhzNoFailForNoCountryCode()478 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in startSoftApOn2GhzNoFailForCountryCodeSetFailure()805 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand2Ghz()
741 WifiConfiguration.AP_BAND_2GHZ); in testStopTetheringButNotLOHS()
1733 verifyLohsBand(WifiConfiguration.AP_BAND_2GHZ); in testStartLocalOnlyHotspotAt2Ghz()3420 apConfig.apBand = WifiConfiguration.AP_BAND_2GHZ; in createValidSoftApConfiguration()
33 AP_BAND_2GHZ = 1; enumerator
339 config.apBand = WifiConfiguration.AP_BAND_2GHZ; in getDefaultApConfiguration()
607 case WifiConfiguration.AP_BAND_2GHZ: in getBand()
596 if (mApConfig.apBand == WifiConfiguration.AP_BAND_2GHZ in updateUserBandPreferenceViolationMetricsIfNeeded()
1512 is5Ghz ? WifiConfiguration.AP_BAND_5GHZ : WifiConfiguration.AP_BAND_2GHZ); in startLocalOnlyHotspot()
468 public static final int AP_BAND_2GHZ = 0; field in WifiConfiguration490 public int apBand = AP_BAND_2GHZ;
47126 Landroid/net/wifi/WifiConfiguration;->AP_BAND_2GHZ:I