Searched refs:freqs_attr (Results 1 – 3 of 3) sorted by relevance
242 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES); in Scan() local244 freqs_attr.AddAttribute(NL80211Attr<uint32_t>(i, freqs[i])); in Scan()252 trigger_scan.AddAttribute(freqs_attr); in Scan()339 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES); in StartScheduledScan() local341 freqs_attr.AddAttribute(NL80211Attr<uint32_t>(i, freqs[i])); in StartScheduledScan()365 start_sched_scan.AddAttribute(freqs_attr); in StartScheduledScan()
279 NL80211NestedAttr freqs_attr(0); in ParseBandInfo() local280 if (!bands[band_index].GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) { in ParseBandInfo()285 if (!freqs_attr.GetListOfNestedAttributes(&freqs)) { in ParseBandInfo()
674 NL80211NestedAttr freqs_attr(0); in OnScanResultsReady() local675 if (!packet->GetAttribute(NL80211_ATTR_SCAN_FREQUENCIES, &freqs_attr)) { in OnScanResultsReady()680 if (!freqs_attr.GetListOfAttributeValues(&freqs)) { in OnScanResultsReady()