Home
last modified time | relevance | path

Searched refs:NL80211_STA_FLAG_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dnl80211.h1183 NL80211_STA_FLAG_MAX = __NL80211_STA_FLAG_AFTER_LAST - 1 enumerator
/linux-2.6.39/net/wireless/
Dnl80211.c1920 static const struct nla_policy sta_flags_policy[NL80211_STA_FLAG_MAX + 1] = {
1930 struct nlattr *flags[NL80211_STA_FLAG_MAX + 1]; in parse_station_flags()
1957 if (nla_parse_nested(flags, NL80211_STA_FLAG_MAX, in parse_station_flags()
1964 for (flag = 1; flag <= NL80211_STA_FLAG_MAX; flag++) in parse_station_flags()