Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A 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 …]
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApCapability.java214 case SoftApConfiguration.BAND_60GHZ: in setSupportedChannelList()
245 case SoftApConfiguration.BAND_60GHZ: in getSupportedChannelList()
305 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, in.createIntArray());
H A 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()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DSoftApCapabilityTest.java47 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testCopyOperator()
70 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testParcelOperation()
H A DSoftApConfigurationTest.java543 invalid_channels.put(SoftApConfiguration.BAND_60GHZ, 99); in testInvalidConfigWhenSet60GhzChannels()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A 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()
/aosp12/hardware/interfaces/wifi/1.5/
H A Dtypes.hal38 BAND_60GHZ = 16,
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiApConfigStoreTest.java89 | SoftApConfiguration.BAND_6GHZ | SoftApConfiguration.BAND_60GHZ;
886 configBuilder.setBand(SoftApConfiguration.BAND_60GHZ); in testResetToDefaultForUnsupportedConfig()
H A DWifiServiceImplTest.java2123 .setBand(SoftApConfiguration.BAND_60GHZ) in testStartTetheredHotspotWithSupported60gBand()
2146 .setBand(SoftApConfiguration.BAND_60GHZ) in testStartTetheredHotspotWithUnSupported60gBand()
2168 .setBand(SoftApConfiguration.BAND_60GHZ) in testStartTetheredHotspotWithUnSupportedSoftAp60gBand()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A 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()
H A DHostapdHal.java922 if (ApConfigUtil.containsBand(apBand, SoftApConfiguration.BAND_60GHZ)) { in getHalBandMask()
H A DWifiShellCommand.java422 || (band == SoftApConfiguration.BAND_60GHZ in onCommand()
H A DWifiServiceImpl.java1400 SoftApConfiguration.BAND_60GHZ, mWifiNative, mContext.getResources(), in updateSoftApCapabilityWithAvailableChannelList()
1404 SoftApConfiguration.BAND_60GHZ, in updateSoftApCapabilityWithAvailableChannelList()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp381 case V1_5::WifiBand::BAND_60GHZ: in convertHidlWifiBandToLegacyMacBand()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt290 field public static final int BAND_60GHZ = 8; // 0x8