Searched refs:NL80211_ATTR_SCAN_SSIDS (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 406 * Like with normal scans, if SSIDs (%NL80211_ATTR_SCAN_SSIDS) 1487 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive 1771 * the values passed in @NL80211_ATTR_SCAN_SSIDS (eg. if an SSID 2415 NL80211_ATTR_SCAN_SSIDS, enumerator
|
H A D | driver_nl80211_event.c | 1157 if (tb[NL80211_ATTR_SCAN_SSIDS]) { in send_scan_event() 1158 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) { in send_scan_event()
|
H A D | driver_nl80211_scan.c | 196 ssids = nla_nest_start(msg, NL80211_ATTR_SCAN_SSIDS); in nl80211_scan_common()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_scan.c | 197 ssids = nla_nest_start(msg, NL80211_ATTR_SCAN_SSIDS); in nl80211_scan_common()
|
H A D | nl80211_copy.h | 474 * Like with normal scans, if SSIDs (%NL80211_ATTR_SCAN_SSIDS) 1619 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive 1905 * the values passed in @NL80211_ATTR_SCAN_SSIDS (eg. if an SSID 2657 NL80211_ATTR_SCAN_SSIDS, enumerator
|
H A D | driver_nl80211_event.c | 1714 if (tb[NL80211_ATTR_SCAN_SSIDS]) { 1715 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
|
Completed in 36 milliseconds