Home
last modified time | relevance | path

Searched refs:BAND_5GHZ (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java80 5170, SoftApConfiguration.BAND_5GHZ, 34,
81 5180, SoftApConfiguration.BAND_5GHZ, 36,
82 5190, SoftApConfiguration.BAND_5GHZ, 38,
83 5200, SoftApConfiguration.BAND_5GHZ, 40,
84 5210, SoftApConfiguration.BAND_5GHZ, 42,
85 5220, SoftApConfiguration.BAND_5GHZ, 44,
86 5230, SoftApConfiguration.BAND_5GHZ, 46,
87 5240, SoftApConfiguration.BAND_5GHZ, 48,
88 5260, SoftApConfiguration.BAND_5GHZ, 52,
89 5280, SoftApConfiguration.BAND_5GHZ, 56,
[all …]
/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfigurationTest.java125 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa2WithAllFieldCustomized()
137 assertThat(original.getBand()).isEqualTo(SoftApConfiguration.BAND_5GHZ); in testWpa2WithAllFieldCustomized()
162 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3Sae()
168 assertThat(original.getBand()).isEqualTo(SoftApConfiguration.BAND_5GHZ); in testWpa3Sae()
189 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3SaeTransition()
195 assertThat(original.getBand()).isEqualTo(SoftApConfiguration.BAND_5GHZ); in testWpa3SaeTransition()
216 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidShortPasswordLengthForWpa2()
226 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidLongPasswordLengthForWpa2()
236 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidShortPasswordLengthForWpa3SaeTransition()
246 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidLongPasswordLengthForWpa3SaeTransition()
[all …]
DSoftApConfToXmlMigrationUtilTest.java42 private static final int TEST_BAND = SoftApConfiguration.BAND_5GHZ;
181 SoftApConfiguration.BAND_5GHZ, /* AP band (5GHz) */ in testConversion()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java66 sBandToOperatingClass.append(SoftApConfiguration.BAND_5GHZ, new int[]{115, 116, 117, 118, in sBandToOperatingClass.append() argument
101 case SoftApConfiguration.BAND_5GHZ: in apConfig2wifiScannerBand()
132 return SoftApConfiguration.BAND_5GHZ; in convertFrequencyToBand()
151 return SoftApConfiguration.BAND_5GHZ; in convertWifiConfigBandToSoftApConfigBand()
153 return SoftApConfiguration.BAND_2GHZ | SoftApConfiguration.BAND_5GHZ; in convertWifiConfigBandToSoftApConfigBand()
253 case SoftApConfiguration.BAND_5GHZ: in getAvailableChannelFreqsForBand()
313 if ((apBand & SoftApConfiguration.BAND_5GHZ) != 0) { in chooseApChannel()
314 allowedFreqList = getAvailableChannelFreqsForBand(SoftApConfiguration.BAND_5GHZ, in chooseApChannel()
363 if (config.getBand() == SoftApConfiguration.BAND_5GHZ in updateApChannelConfig()
412 band = SoftApConfiguration.BAND_5GHZ; in fromWifiConfiguration()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java80 private final int mBand25G = SoftApConfiguration.BAND_2GHZ | SoftApConfiguration.BAND_5GHZ;
238 SoftApConfiguration.BAND_5GHZ, /* AP band (5GHz) */ in setNullApConfiguration()
298 SoftApConfiguration.BAND_5GHZ, /* AP band */ in convertDevice5GhzToAny()
307 | SoftApConfiguration.BAND_5GHZ, /* AP band */ in convertDevice5GhzToAny()
366 SoftApConfiguration.BAND_5GHZ, /* AP band */ in deviceWithChannelNotConverted()
390 SoftApConfiguration.BAND_5GHZ, /* AP band */ in device5GhzConvertedToAnyAtRetrieval()
466 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_5GHZ, null); in generateLocalOnlyHotspotConfigIsValid5G()
468 SoftApConfiguration.BAND_5GHZ); in generateLocalOnlyHotspotConfigIsValid5G()
651 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_5GHZ, null); in testLohsDefaultConfigurationSecurityTypeIsWpa3SaeTransitionWhenSupport()
653 SoftApConfiguration.BAND_5GHZ, true); in testLohsDefaultConfigurationSecurityTypeIsWpa3SaeTransitionWhenSupport()
[all …]
DWifiShellCommandTest.java411 assertEquals(SoftApConfiguration.BAND_5GHZ, in testStartSoftAp()
DSoftApStoreDataTest.java69 | SoftApConfiguration.BAND_5GHZ;
DSoftApManagerTest.java404 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in startSoftApOn5GhzFailGeneralErrorForNoCountryCode()
450 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
575 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in startSoftApFailNoChannel()
910 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand5Ghz()
DHostapdHalTest.java292 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Open_Band5G()
327 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
DWifiServiceImplTest.java1388 .setBand(SoftApConfiguration.BAND_5GHZ) in testStartTetheredHotspotWithSupported5gBand()
1409 .setBand(SoftApConfiguration.BAND_5GHZ) in testStartTetheredHotspotWithUnSupported5gBand()
1476 .setBand(SoftApConfiguration.BAND_5GHZ) in testStartTetheredHotspotWithSupportedBand()
2229 verifyLohsBand(SoftApConfiguration.BAND_5GHZ); in testStartLocalOnlyHotspotAt5Ghz()
/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfiguration.java80 public static final int BAND_5GHZ = 1 << 1; field in SoftApConfiguration
95 public static final int BAND_ANY = BAND_2GHZ | BAND_5GHZ | BAND_6GHZ;
101 BAND_5GHZ,
127 case BAND_5GHZ: in isChannelBandPairValid()
547 case BAND_5GHZ: in toWifiConfiguration()
550 case BAND_2GHZ | BAND_5GHZ: in toWifiConfiguration()
DSoftApConfToXmlMigrationUtil.java99 return SoftApConfiguration.BAND_5GHZ; in convertWifiConfigBandToSoftApConfigBand()
101 return SoftApConfiguration.BAND_2GHZ | SoftApConfiguration.BAND_5GHZ; in convertWifiConfigBandToSoftApConfigBand()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java364 if ((band & SoftApConfiguration.BAND_5GHZ) != 0) { in isSendFreqRangesNeeded()
391 if (((band & SoftApConfiguration.BAND_5GHZ) != 0) in isSendFreqRangesNeeded()
395 if (((band & SoftApConfiguration.BAND_5GHZ) == 0) in isSendFreqRangesNeeded()
459 if ((band & SoftApConfiguration.BAND_5GHZ) != 0) { in addAccessPoint()
507 if ((band & SoftApConfiguration.BAND_5GHZ) != 0) { in addAccessPoint()
509 toAcsFreqRanges(SoftApConfiguration.BAND_5GHZ)); in addAccessPoint()
841 if (ApConfigUtil.containsBand(apBand, SoftApConfiguration.BAND_5GHZ)) { in getHalBandMask()
859 case SoftApConfiguration.BAND_5GHZ: in getHalBand()
924 case SoftApConfiguration.BAND_5GHZ: in toAcsFreqRanges()
DWifiApConfigStore.java215 && (newBand & SoftApConfiguration.BAND_5GHZ) != 0) { in resetToDefaultForUnsupportedConfig()
216 newBand &= ~SoftApConfiguration.BAND_5GHZ; in resetToDefaultForUnsupportedConfig()
DSoftApManager.java368 if (band == SoftApConfiguration.BAND_5GHZ) { in setCountryCode()
379 if (band == SoftApConfiguration.BAND_5GHZ) { in setCountryCode()
869 SoftApConfiguration.BAND_5GHZ)) in updateUserBandPreferenceViolationMetricsIfNeeded()
DWifiShellCommand.java292 if ((band == SoftApConfiguration.BAND_5GHZ in onCommand()
745 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in buildSoftApConfiguration()
DWifiServiceImpl.java917 if (ApConfigUtil.containsBand(apBand, SoftApConfiguration.BAND_5GHZ) in validateSoftApBand()
1462 band = SoftApConfiguration.BAND_5GHZ; in startForFirstRequestLocked()
DWifiVendorHal.java764 return WifiBand.BAND_5GHZ; in makeWifiBandFromFrameworkBand()
/frameworks/base/wifi/api/
Dsystem-current.txt262 field public static final int BAND_5GHZ = 2; // 0x2
/frameworks/base/api/
Dsystem-current.txt7059 field public static final int BAND_5GHZ = 2; // 0x2