Home | History | Annotate | Download | only in wifi

Lines Matching refs:freqs

1483   WiFi::FreqSet freqs;
1488 return freqs;
1498 return freqs;
1518 freqs.insert(freq_value);
1529 return freqs;
1534 const WiFi::FreqSet& freqs) {
1536 if (!freqs.empty() && freqs.size() <= kMaxFreqsForDarkResumeScanRetries) {
1539 << " retries for passive scan on " << freqs.size()
1543 initiate_scan_callback.Run(freqs);