Searched refs:NL80211_ATTR_SCAN_SSIDS (Results 1 - 2 of 2) sorted by path

/linux-master/include/uapi/linux/
H A Dnl80211.h525 * Like with normal scans, if SSIDs (%NL80211_ATTR_SCAN_SSIDS)
1765 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive
2047 * the values passed in @NL80211_ATTR_SCAN_SSIDS (eg. if an SSID
2930 NL80211_ATTR_SCAN_SSIDS, enumerator in enum:nl80211_attrs
/linux-master/net/wireless/
H A Dnl80211.c564 [NL80211_ATTR_SCAN_SSIDS] = { .type = NLA_NESTED },
9196 if (info->attrs[NL80211_ATTR_SCAN_SSIDS])
9197 nla_for_each_nested(attr, info->attrs[NL80211_ATTR_SCAN_SSIDS], tmp)
9295 nla_for_each_nested(attr, info->attrs[NL80211_ATTR_SCAN_SSIDS], tmp) {
9522 if (attrs[NL80211_ATTR_SCAN_SSIDS])
9523 nla_for_each_nested(attr, attrs[NL80211_ATTR_SCAN_SSIDS],
9715 nla_for_each_nested(attr, attrs[NL80211_ATTR_SCAN_SSIDS],
17570 nest = nla_nest_start_noflag(msg, NL80211_ATTR_SCAN_SSIDS);

Completed in 263 milliseconds