Searched refs:freqs_attr (Results 1 – 3 of 3) sorted by relevance
302 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES); in Scan() local304 freqs_attr.AddAttribute(NL80211Attr<uint32_t>(i, freqs[i])); in Scan()312 trigger_scan.AddAttribute(freqs_attr); in Scan()425 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES); in StartScheduledScan() local427 freqs_attr.AddAttribute(NL80211Attr<uint32_t>(i, freqs[i])); in StartScheduledScan()466 start_sched_scan.AddAttribute(freqs_attr); in StartScheduledScan()
423 NL80211NestedAttr freqs_attr(0); in ParseBandInfo() local424 if (!bands[band_index].GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) { in ParseBandInfo()429 if (!freqs_attr.GetListOfNestedAttributes(&freqs)) { in ParseBandInfo()
695 NL80211NestedAttr freqs_attr(0); in OnScanResultsReady() local696 if (!packet->GetAttribute(NL80211_ATTR_SCAN_FREQUENCIES, &freqs_attr)) { in OnScanResultsReady()701 if (!freqs_attr.GetListOfAttributeValues(&freqs)) { in OnScanResultsReady()