Home
last modified time | relevance | path

Searched refs:NL80211_STA_INFO_MAX (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3179 * @NL80211_STA_INFO_MAX: highest possible station info attribute
3227 NL80211_STA_INFO_MAX = __NL80211_STA_INFO_AFTER_LAST - 1 enumerator
H A Ddriver_nl80211.c1418 struct nlattr *sinfo[NL80211_STA_INFO_MAX + 1]; in get_link_signal()
1419 static struct nla_policy policy[NL80211_STA_INFO_MAX + 1] = { in get_link_signal()
1436 nla_parse_nested(sinfo, NL80211_STA_INFO_MAX, in get_link_signal()
6332 struct nlattr *stats[NL80211_STA_INFO_MAX + 1]; in get_sta_handler()
6333 static struct nla_policy stats_policy[NL80211_STA_INFO_MAX + 1] = { in get_sta_handler()
6370 if (nla_parse_nested(stats, NL80211_STA_INFO_MAX, in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3528 * @NL80211_STA_INFO_MAX: highest possible station info attribute
3578 NL80211_STA_INFO_MAX = __NL80211_STA_INFO_AFTER_LAST - 1 enumerator
H A Ddriver_nl80211.c1743 struct nlattr *sinfo[NL80211_STA_INFO_MAX + 1]; in get_link_signal()
1744 static struct nla_policy policy[NL80211_STA_INFO_MAX + 1] = { in get_link_signal()
1761 nla_parse_nested(sinfo, NL80211_STA_INFO_MAX, in get_link_signal()
7390 struct nlattr *stats[NL80211_STA_INFO_MAX + 1];
7391 static struct nla_policy stats_policy[NL80211_STA_INFO_MAX + 1] = {
7429 if (nla_parse_nested(stats, NL80211_STA_INFO_MAX,

Completed in 47 milliseconds