Home
last modified time | relevance | path

Searched refs:kMaxGscanFrequenciesForBand (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp36 static constexpr uint32_t kMaxGscanFrequenciesForBand = 64; variable
809 freqs.resize(kMaxGscanFrequenciesForBand); in getValidFrequenciesForBand()
814 CHECK(num_freqs >= 0 && static_cast<uint32_t>(num_freqs) <= kMaxGscanFrequenciesForBand); in getValidFrequenciesForBand()