Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp493 uint32_t frequency_value; in handleBandFreqAttributes() local
495 &frequency_value)) { in handleBandFreqAttributes()
504 if (frequency_value > k2GHzFrequencyLowerBound && in handleBandFreqAttributes()
505 frequency_value < k2GHzFrequencyUpperBound) { in handleBandFreqAttributes()
506 out_band_info->band_2g.push_back(frequency_value); in handleBandFreqAttributes()
507 } else if (frequency_value > k5GHzFrequencyLowerBound && in handleBandFreqAttributes()
508 frequency_value <= k5GHzFrequencyUpperBound) { in handleBandFreqAttributes()
516 out_band_info->band_dfs.push_back(frequency_value); in handleBandFreqAttributes()
523 out_band_info->band_dfs.push_back(frequency_value); in handleBandFreqAttributes()
528 out_band_info->band_5g.push_back(frequency_value); in handleBandFreqAttributes()
[all …]