Home
last modified time | relevance | path

Searched refs:MIN_FREQ_6GHZ (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java186 public static final int MIN_FREQ_6GHZ = 5925; field in WifiEntry
DStandardWifiEntry.java886 description.append(getScanResultDescription(MIN_FREQ_6GHZ, MAX_FREQ_6GHZ)).append(";"); in getScanResultDescription()
DUtils.java1104 } else if (freqMhz >= WifiEntry.MIN_FREQ_6GHZ && freqMhz < WifiEntry.MAX_FREQ_6GHZ) { in getBand()