HomeSort by: relevance | last modified time | path
    Searched refs:NL80211_BSS_MAX (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c 730 struct nlattr *bss[NL80211_BSS_MAX + 1];
731 static struct nla_policy bss_policy[NL80211_BSS_MAX + 1] = {
757 if (nla_parse_nested(bss, NL80211_BSS_MAX, tb[NL80211_ATTR_BSS],
nl80211_copy.h 5083 * @NL80211_BSS_MAX: highest BSS attribute
5112 NL80211_BSS_MAX = __NL80211_BSS_AFTER_LAST - 1
driver_nl80211.c 1548 struct nlattr *bss[NL80211_BSS_MAX + 1];
1549 static struct nla_policy bss_policy[NL80211_BSS_MAX + 1] = {
1563 nla_parse_nested(bss, NL80211_BSS_MAX, tb[NL80211_ATTR_BSS],

Completed in 61 milliseconds