diff options
Diffstat (limited to 'include/linux')
-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, |