diff options
author | Javier Cardona <javier@cozybit.com> | 2011-04-07 18:08:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-12 16:57:38 -0400 |
commit | b39c48fac1fc915a5dcd024bf6e9aabc855ed591 (patch) | |
tree | d8c5d6e987f388b8c8769d16a51a07dfcd9c3539 /include/linux/nl80211.h | |
parent | 5cff5e01e818029a5d2c3c31b7ae5e5e7ee70452 (diff) |
nl80211/mac80211: let userspace authenticate stations
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r-- | include/linux/nl80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 0e652d860819..5ec4ac3a0ef4 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -1174,6 +1174,7 @@ enum nl80211_iftype { | |||
1174 | * with short barker preamble | 1174 | * with short barker preamble |
1175 | * @NL80211_STA_FLAG_WME: station is WME/QoS capable | 1175 | * @NL80211_STA_FLAG_WME: station is WME/QoS capable |
1176 | * @NL80211_STA_FLAG_MFP: station uses management frame protection | 1176 | * @NL80211_STA_FLAG_MFP: station uses management frame protection |
1177 | * @NL80211_STA_FLAG_AUTHENTICATED: station is authenticated | ||
1177 | * @NL80211_STA_FLAG_MAX: highest station flag number currently defined | 1178 | * @NL80211_STA_FLAG_MAX: highest station flag number currently defined |
1178 | * @__NL80211_STA_FLAG_AFTER_LAST: internal use | 1179 | * @__NL80211_STA_FLAG_AFTER_LAST: internal use |
1179 | */ | 1180 | */ |
@@ -1183,6 +1184,7 @@ enum nl80211_sta_flags { | |||
1183 | NL80211_STA_FLAG_SHORT_PREAMBLE, | 1184 | NL80211_STA_FLAG_SHORT_PREAMBLE, |
1184 | NL80211_STA_FLAG_WME, | 1185 | NL80211_STA_FLAG_WME, |
1185 | NL80211_STA_FLAG_MFP, | 1186 | NL80211_STA_FLAG_MFP, |
1187 | NL80211_STA_FLAG_AUTHENTICATED, | ||
1186 | 1188 | ||
1187 | /* keep last */ | 1189 | /* keep last */ |
1188 | __NL80211_STA_FLAG_AFTER_LAST, | 1190 | __NL80211_STA_FLAG_AFTER_LAST, |