Searched refs:NL80211_BSS_MAX (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_scan.c | 700 struct nlattr *bss[NL80211_BSS_MAX + 1]; in nl80211_parse_bss_info() 701 static struct nla_policy bss_policy[NL80211_BSS_MAX + 1] = { in nl80211_parse_bss_info() 726 if (nla_parse_nested(bss, NL80211_BSS_MAX, tb[NL80211_ATTR_BSS], in nl80211_parse_bss_info()
|
H A D | nl80211_copy.h | 4299 * @NL80211_BSS_MAX: highest BSS attribute 4325 NL80211_BSS_MAX = __NL80211_BSS_AFTER_LAST - 1 enumerator
|
H A D | driver_nl80211.c | 1310 struct nlattr *bss[NL80211_BSS_MAX + 1]; in nl80211_get_assoc_freq_handler() 1311 static struct nla_policy bss_policy[NL80211_BSS_MAX + 1] = { in nl80211_get_assoc_freq_handler() 1323 nla_parse_nested(bss, NL80211_BSS_MAX, tb[NL80211_ATTR_BSS], in nl80211_get_assoc_freq_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_scan.c | 710 struct nlattr *bss[NL80211_BSS_MAX + 1]; in nl80211_parse_bss_info() 711 static struct nla_policy bss_policy[NL80211_BSS_MAX + 1] = { in nl80211_parse_bss_info() 736 if (nla_parse_nested(bss, NL80211_BSS_MAX, tb[NL80211_ATTR_BSS], in nl80211_parse_bss_info()
|
H A D | nl80211_copy.h | 4718 * @NL80211_BSS_MAX: highest BSS attribute 4748 NL80211_BSS_MAX = __NL80211_BSS_AFTER_LAST - 1 enumerator
|
H A D | driver_nl80211.c | 1559 struct nlattr *bss[NL80211_BSS_MAX + 1]; in nl80211_get_assoc_freq_handler() 1560 static struct nla_policy bss_policy[NL80211_BSS_MAX + 1] = { in nl80211_get_assoc_freq_handler() 1578 nla_parse_nested(bss, NL80211_BSS_MAX, tb[NL80211_ATTR_BSS], in nl80211_get_assoc_freq_handler()
|
Completed in 51 milliseconds