Searched refs:freqMHz (Results 1 – 2 of 2) sorted by relevance
38 public int freqMHz; field in WifiChannel51 if (freqMHz < MIN_FREQ_MHZ || freqMHz > MAX_FREQ_MHZ) return false; in isValid()65 out.writeInt(freqMHz); in writeToParcel()76 channel.freqMHz = in.readInt();
1611 freqs.add(channel.freqMHz); in handleScanRequest()