Home
last modified time | relevance | path

Searched refs:BAND_6_GHZ_HIGH_END_FREQ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java59 public static final int BAND_6_GHZ_HIGH_END_FREQ = ScanResult.BAND_6_GHZ_END_FREQ_MHZ; field in KnownBandsChannelHelper
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2180 } else if (frequency <= KnownBandsChannelHelper.BAND_6_GHZ_HIGH_END_FREQ) { in incrementTxLinkSpeedBandCount()
2211 } else if (frequency <= KnownBandsChannelHelper.BAND_6_GHZ_HIGH_END_FREQ) { in incrementRxLinkSpeedBandCount()