Home
last modified time | relevance | path

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

/system/connectivity/wificond/scanning/
Dscan_utils.cpp304 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES); in Scan() local
306 freqs_attr.AddAttribute(NL80211Attr<uint32_t>(i, freqs[i])); in Scan()
314 trigger_scan.AddAttribute(freqs_attr); in Scan()
438 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES); in StartScheduledScan() local
440 freqs_attr.AddAttribute(NL80211Attr<uint32_t>(i, freqs[i])); in StartScheduledScan()
482 start_sched_scan.AddAttribute(freqs_attr); in StartScheduledScan()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp466 NL80211NestedAttr freqs_attr(0); in ParseBandInfo() local
467 if (band.GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) { in ParseBandInfo()
468 handleBandFreqAttributes(freqs_attr, out_band_info); in ParseBandInfo()
512 void NetlinkUtils::handleBandFreqAttributes(const NL80211NestedAttr& freqs_attr, in handleBandFreqAttributes() argument
515 if (!freqs_attr.GetListOfNestedAttributes(&freqs)) { in handleBandFreqAttributes()
Dnetlink_manager.cpp729 NL80211NestedAttr freqs_attr(0); in OnScanResultsReady() local
730 if (!packet->GetAttribute(NL80211_ATTR_SCAN_FREQUENCIES, &freqs_attr)) { in OnScanResultsReady()
735 if (!freqs_attr.GetListOfAttributeValues(&freqs)) { in OnScanResultsReady()
Dnetlink_utils.h338 void handleBandFreqAttributes(const NL80211NestedAttr& freqs_attr,