Searched refs:NL80211_ATTR_SCAN_SSIDS (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dnl80211_copy.h489 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive
671 NL80211_ATTR_SCAN_SSIDS, enumerator in enum:nl80211_attrs
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h254 * Like with normal scans, if SSIDs (%NL80211_ATTR_SCAN_SSIDS)
873 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive
1129 * the values passed in @NL80211_ATTR_SCAN_SSIDS (eg. if an SSID
1324 NL80211_ATTR_SCAN_SSIDS, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c1629 if (tb[NL80211_ATTR_SCAN_SSIDS]) {
1630 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
3535 err = nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h254 * Like with normal scans, if SSIDs (%NL80211_ATTR_SCAN_SSIDS)
873 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive
1129 * the values passed in @NL80211_ATTR_SCAN_SSIDS (eg. if an SSID
1324 NL80211_ATTR_SCAN_SSIDS, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c1629 if (tb[NL80211_ATTR_SCAN_SSIDS]) {
1630 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
3535 err = nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h254 * Like with normal scans, if SSIDs (%NL80211_ATTR_SCAN_SSIDS)
873 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive
1129 * the values passed in @NL80211_ATTR_SCAN_SSIDS (eg. if an SSID
1324 NL80211_ATTR_SCAN_SSIDS, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c1629 if (tb[NL80211_ATTR_SCAN_SSIDS]) {
1630 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
3535 err = nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids);
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c1654 nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids);

Completed in 114 milliseconds