Searched refs:MAX_FREQ_24GHZ (Results 1 – 3 of 3) sorted by relevance
171 public static final int MAX_FREQ_24GHZ = 2500; field in WifiEntry
884 description.append(getScanResultDescription(MIN_FREQ_24GHZ, MAX_FREQ_24GHZ)).append(";"); in getScanResultDescription()
1100 if (freqMhz >= WifiEntry.MIN_FREQ_24GHZ && freqMhz < WifiEntry.MAX_FREQ_24GHZ) { in getBand()