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

/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h2155 * @NL80211_STA_INFO_MAX: highest possible station info attribute
2188 NL80211_STA_INFO_MAX = __NL80211_STA_INFO_AFTER_LAST - 1 enumerator in enum:nl80211_sta_info
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h2264 * @NL80211_STA_INFO_MAX: highest possible station info attribute
2298 NL80211_STA_INFO_MAX = __NL80211_STA_INFO_AFTER_LAST - 1 enumerator in enum:nl80211_sta_info
H A Ddriver_nl80211.c2325 struct nlattr *sinfo[NL80211_STA_INFO_MAX + 1];
2326 static struct nla_policy policy[NL80211_STA_INFO_MAX + 1] = {
2342 nla_parse_nested(sinfo, NL80211_STA_INFO_MAX,
9673 struct nlattr *stats[NL80211_STA_INFO_MAX + 1];
9674 static struct nla_policy stats_policy[NL80211_STA_INFO_MAX + 1] = {
9696 if (nla_parse_nested(stats, NL80211_STA_INFO_MAX,
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h2264 * @NL80211_STA_INFO_MAX: highest possible station info attribute
2298 NL80211_STA_INFO_MAX = __NL80211_STA_INFO_AFTER_LAST - 1 enumerator in enum:nl80211_sta_info
H A Ddriver_nl80211.c2325 struct nlattr *sinfo[NL80211_STA_INFO_MAX + 1];
2326 static struct nla_policy policy[NL80211_STA_INFO_MAX + 1] = {
2342 nla_parse_nested(sinfo, NL80211_STA_INFO_MAX,
9673 struct nlattr *stats[NL80211_STA_INFO_MAX + 1];
9674 static struct nla_policy stats_policy[NL80211_STA_INFO_MAX + 1] = {
9696 if (nla_parse_nested(stats, NL80211_STA_INFO_MAX,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h2264 * @NL80211_STA_INFO_MAX: highest possible station info attribute
2298 NL80211_STA_INFO_MAX = __NL80211_STA_INFO_AFTER_LAST - 1 enumerator in enum:nl80211_sta_info
H A Ddriver_nl80211.c2325 struct nlattr *sinfo[NL80211_STA_INFO_MAX + 1];
2326 static struct nla_policy policy[NL80211_STA_INFO_MAX + 1] = {
2342 nla_parse_nested(sinfo, NL80211_STA_INFO_MAX,
9673 struct nlattr *stats[NL80211_STA_INFO_MAX + 1];
9674 static struct nla_policy stats_policy[NL80211_STA_INFO_MAX + 1] = {
9696 if (nla_parse_nested(stats, NL80211_STA_INFO_MAX,

Completed in 225 milliseconds