Searched refs:num_freqs (Results 1 – 1 of 1) sorted by relevance
619 int32_t num_freqs = 0; in getValidFrequenciesForBand() local622 reinterpret_cast<wifi_channel*>(freqs.data()), &num_freqs); in getValidFrequenciesForBand()623 CHECK(num_freqs >= 0 && in getValidFrequenciesForBand()624 static_cast<uint32_t>(num_freqs) <= kMaxGscanFrequenciesForBand); in getValidFrequenciesForBand()625 freqs.resize(num_freqs); in getValidFrequenciesForBand()