Searched refs:MIN_FREQ_6GHZ (Results 1 – 3 of 3) sorted by relevance
186 public static final int MIN_FREQ_6GHZ = 5925; field in WifiEntry
886 description.append(getScanResultDescription(MIN_FREQ_6GHZ, MAX_FREQ_6GHZ)).append(";"); in getScanResultDescription()
1104 } else if (freqMhz >= WifiEntry.MIN_FREQ_6GHZ && freqMhz < WifiEntry.MAX_FREQ_6GHZ) { in getBand()