Searched refs:MAX_FREQ_5GHZ (Results 1 – 3 of 3) sorted by relevance
181 public static final int MAX_FREQ_5GHZ = 5900; field in WifiEntry
885 description.append(getScanResultDescription(MIN_FREQ_5GHZ, MAX_FREQ_5GHZ)).append(";"); in getScanResultDescription()
1102 } else if (freqMhz >= WifiEntry.MIN_FREQ_5GHZ && freqMhz < WifiEntry.MAX_FREQ_5GHZ) { in getBand()