Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java176 public static final int MIN_FREQ_5GHZ = 4900; field in WifiEntry
DStandardWifiEntry.java885 description.append(getScanResultDescription(MIN_FREQ_5GHZ, MAX_FREQ_5GHZ)).append(";"); in getScanResultDescription()
DUtils.java1102 } else if (freqMhz >= WifiEntry.MIN_FREQ_5GHZ && freqMhz < WifiEntry.MAX_FREQ_5GHZ) { in getBand()