Home
last modified time | relevance | path

Searched refs:BAND_60GHZ (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java119 case SoftApConfiguration.BAND_60GHZ: in apConfig2wifiScannerBand()
152 return SoftApConfiguration.BAND_60GHZ; in convertFrequencyToBand()
196 | SoftApConfiguration.BAND_6GHZ | SoftApConfiguration.BAND_60GHZ; in isBandValid()
251 if (containsBand(apBand, SoftApConfiguration.BAND_60GHZ) in isBandSupported()
357 case SoftApConfiguration.BAND_60GHZ: in getAvailableChannelFreqsForBand()
415 SoftApConfiguration.BAND_60GHZ, in chooseApChannel()
528 if (((band & SoftApConfiguration.BAND_60GHZ) != 0) && !isSoftAp60GhzSupported(context)) { in removeUnsupportedBands()
529 availableBand &= ~SoftApConfiguration.BAND_60GHZ; in removeUnsupportedBands()
611 band = SoftApConfiguration.BAND_60GHZ; in fromWifiConfiguration()
870 || (bands[0] & SoftApConfiguration.BAND_60GHZ) != 0 in checkSupportAllConfiguration()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java127 58320, SoftApConfiguration.BAND_60GHZ, 1,
128 60480, SoftApConfiguration.BAND_60GHZ, 2,
129 62640, SoftApConfiguration.BAND_60GHZ, 3,
130 64800, SoftApConfiguration.BAND_60GHZ, 4,
131 66960, SoftApConfiguration.BAND_60GHZ, 5,
132 69120, SoftApConfiguration.BAND_60GHZ, 6,
342 SoftApConfiguration.BAND_60GHZ, mWifiNative, mCoexManager, mResources); in chooseApChannel60GBandWithAllowedChannels()
738 int testBand_2_60 = SoftApConfiguration.BAND_2GHZ | SoftApConfiguration.BAND_60GHZ; in testIsAvailableChannelsOnTargetBands()
829 put(SoftApConfiguration.BAND_60GHZ, 1); in testCheckSupportAllConfiguration()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java214 case SoftApConfiguration.BAND_60GHZ: in setSupportedChannelList()
245 case SoftApConfiguration.BAND_60GHZ: in getSupportedChannelList()
305 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, in.createIntArray());
DSoftApConfiguration.java98 public static final int BAND_60GHZ = 1 << 3; field in SoftApConfiguration
119 BAND_60GHZ,
127 public static int[] BAND_TYPES = {BAND_2GHZ, BAND_5GHZ, BAND_6GHZ, BAND_60GHZ};
130 int bandAny = BAND_2GHZ | BAND_5GHZ | BAND_6GHZ | BAND_60GHZ; in isBandValid()
165 case BAND_60GHZ: in isChannelBandPairValid()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApCapabilityTest.java47 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testCopyOperator()
70 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testParcelOperation()
DSoftApConfigurationTest.java543 invalid_channels.put(SoftApConfiguration.BAND_60GHZ, 99); in testInvalidConfigWhenSet60GhzChannels()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java89 | SoftApConfiguration.BAND_6GHZ | SoftApConfiguration.BAND_60GHZ;
886 configBuilder.setBand(SoftApConfiguration.BAND_60GHZ); in testResetToDefaultForUnsupportedConfig()
DWifiServiceImplTest.java2123 .setBand(SoftApConfiguration.BAND_60GHZ) in testStartTetheredHotspotWithSupported60gBand()
2146 .setBand(SoftApConfiguration.BAND_60GHZ) in testStartTetheredHotspotWithUnSupported60gBand()
2168 .setBand(SoftApConfiguration.BAND_60GHZ) in testStartTetheredHotspotWithUnSupportedSoftAp60gBand()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java554 if ((band & SoftApConfiguration.BAND_60GHZ) != 0) { in getNecessaryCapabilitiesForSoftApMode()
680 hidlUnsafeChannel.band = WifiBand.BAND_60GHZ; in frameworkCoexUnsafeChannelsToHidl()
959 return WifiBand.BAND_60GHZ; in makeWifiBandFromFrameworkBand()
DHostapdHal.java922 if (ApConfigUtil.containsBand(apBand, SoftApConfiguration.BAND_60GHZ)) { in getHalBandMask()
DWifiShellCommand.java422 || (band == SoftApConfiguration.BAND_60GHZ in onCommand()
DWifiServiceImpl.java1400 SoftApConfiguration.BAND_60GHZ, mWifiNative, mContext.getResources(), in updateSoftApCapabilityWithAvailableChannelList()
1404 SoftApConfiguration.BAND_60GHZ, in updateSoftApCapabilityWithAvailableChannelList()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt290 field public static final int BAND_60GHZ = 8; // 0x8