Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/scanning/
H A Dscanner_impl.cpp60 constexpr const int kPercentNetworksWithFreq = 30; variable
248 if (num_networks_no_freqs * 100 > kPercentNetworksWithFreq * match_ssids->size()) { in ParsePnoSettings()