Searched refs:NL80211_ATTR_SCAN_FREQUENCIES (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c222 freqs = nla_nest_start(msg, NL80211_ATTR_SCAN_FREQUENCIES);
H A Dnl80211_copy.h410 * a passive scan is performed. %NL80211_ATTR_SCAN_FREQUENCIES,
1486 * @NL80211_ATTR_SCAN_FREQUENCIES: nested attribute with frequencies (in MHz)
2414 NL80211_ATTR_SCAN_FREQUENCIES, enumerator in enum:nl80211_attrs
4755 * %NL80211_ATTR_SCAN_FREQUENCIES attribute. At least one of
4757 * %NL80211_ATTR_SCAN_FREQUENCIES contains more than one
H A Ddriver_nl80211_event.c1170 if (tb[NL80211_ATTR_SCAN_FREQUENCIES]) {
1178 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem)

Completed in 147 milliseconds