Searched refs:freqs_attr (Results 1 – 4 of 4) sorted by relevance
304 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES); in Scan() local306 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() local440 freqs_attr.AddAttribute(NL80211Attr<uint32_t>(i, freqs[i])); in StartScheduledScan()482 start_sched_scan.AddAttribute(freqs_attr); in StartScheduledScan()
466 NL80211NestedAttr freqs_attr(0); in ParseBandInfo() local467 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() argument515 if (!freqs_attr.GetListOfNestedAttributes(&freqs)) { in handleBandFreqAttributes()
729 NL80211NestedAttr freqs_attr(0); in OnScanResultsReady() local730 if (!packet->GetAttribute(NL80211_ATTR_SCAN_FREQUENCIES, &freqs_attr)) { in OnScanResultsReady()735 if (!freqs_attr.GetListOfAttributeValues(&freqs)) { in OnScanResultsReady()
338 void handleBandFreqAttributes(const NL80211NestedAttr& freqs_attr,