Searched refs:WIFI_BAND_60_GHZ (Results 1 – 21 of 21) sorted by relevance
368 if ((band & WifiScanner.WIFI_BAND_60_GHZ) != 0) { in bandToString()371 band &= ~WifiScanner.WIFI_BAND_60_GHZ; in bandToString()
22 import static android.net.wifi.WifiScanner.WIFI_BAND_60_GHZ;201 return WIFI_BAND_60_GHZ; in getBandFromChannel()217 case WIFI_BAND_60_GHZ: in getIndexForBand()
54 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_60_GHZ); in updateChannels()
541 public static final int WIFI_BAND_60_GHZ = WifiScanner.WIFI_BAND_60_GHZ; field in ScanResult566 WIFI_BAND_60_GHZ})1056 if (band == WIFI_BAND_60_GHZ) { in convertChannelToFrequencyMhzIfSupported()1139 return ScanResult.WIFI_BAND_60_GHZ; in toBand()
81 return ScanResult.WIFI_BAND_60_GHZ; in getBand()116 case ScanResult.WIFI_BAND_60_GHZ: in validateBand()
117 public static final int WIFI_BAND_60_GHZ = 1 << WIFI_BAND_INDEX_60_GHZ; field in WifiScanner155 WIFI_BAND_24_5_6_GHZ | WIFI_BAND_60_GHZ;174 WIFI_BAND_60_GHZ,305 return (bandsScanned | WIFI_BAND_6_GHZ | WIFI_BAND_60_GHZ in isFullBandScan()
909 case WifiScanner.WIFI_BAND_60_GHZ: in logLinkMetrics()910 band = ScanResult.WIFI_BAND_60_GHZ; in logLinkMetrics()
1906 if (!SdkLevel.isAtLeastS() && band == WifiScanner.WIFI_BAND_60_GHZ) { in getChannelsForBand()4009 if (getChannelsForBand(WifiScanner.WIFI_BAND_60_GHZ).length > 0) {4010 bands |= WifiScanner.WIFI_BAND_60_GHZ;4022 bands |= WifiScanner.WIFI_BAND_60_GHZ;
2558 specifierBuilder.setBand(ScanResult.WIFI_BAND_60_GHZ); in buildNetworkRequest()2689 int[] allowed60gFreq = mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_60_GHZ); in isApChannelMHzValid()
5081 return mActiveModeWarden.isBandSupportedForSta(WifiScanner.WIFI_BAND_60_GHZ);7491 case WifiScanner.WIFI_BAND_60_GHZ:
1395 case (WifiScanner.WIFI_BAND_60_GHZ): in frameworkToHalCoexUnsafeChannels()1503 case WifiScanner.WIFI_BAND_60_GHZ: in frameworkToHalWifiBand()1634 frameworkBand |= WifiScanner.WIFI_BAND_60_GHZ; in halToFrameworkWifiBand()
1980 case WifiScanner.WIFI_BAND_60_GHZ: in frameworkToHalWifiBand()2011 frameworkBand |= WifiScanner.WIFI_BAND_60_GHZ; in halToFrameworkWifiBand()2145 case (WifiScanner.WIFI_BAND_60_GHZ): in frameworkCoexUnsafeChannelsToHidl()
1606 case WifiScanner.WIFI_BAND_60_GHZ: in frameworkToHalWifiBand()
1446 case WifiScanner.WIFI_BAND_60_GHZ: in frameworkToHalWifiBand()
60 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_60_GHZ)) in setupMockChannels()
1628 when(mWificondControl.getChannelsMhzForBand(WifiScanner.WIFI_BAND_60_GHZ)).thenReturn( in testGetSupportedBands()
24 import static android.net.wifi.ScanResult.WIFI_BAND_60_GHZ;2603 when(mActiveModeWarden.isBandSupportedForSta(WifiScanner.WIFI_BAND_60_GHZ)) in setup60GhzUnsupported()10000 WifiScanner.WIFI_BAND_60_GHZ), true); in testIsValidBandForGetUsableChannels()10120 when(mWifiNative.getUsableChannels(eq(WIFI_BAND_60_GHZ), anyInt(), anyInt())) in testDriverCountryCodeChangedStoresAvailableSoftApChannels()
370 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_60_GHZ)) in setUp()
180 return WifiScanner.WIFI_BAND_60_GHZ; in apConfig2wifiScannerBand()
1179 field public static final int WIFI_BAND_60_GHZ = 16; // 0x10
77 field public static final int WIFI_BAND_60_GHZ = 16; // 0x10