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