diff options
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 e86ed59f9ad5..218f0e73a7ae 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -412,12 +412,14 @@ enum nl80211_iftype { | |||
412 | * @NL80211_STA_FLAG_SHORT_PREAMBLE: station is capable of receiving frames | 412 | * @NL80211_STA_FLAG_SHORT_PREAMBLE: station is capable of receiving frames |
413 | * with short barker preamble | 413 | * with short barker preamble |
414 | * @NL80211_STA_FLAG_WME: station is WME/QoS capable | 414 | * @NL80211_STA_FLAG_WME: station is WME/QoS capable |
415 | * @NL80211_STA_FLAG_MFP: station uses management frame protection | ||
415 | */ | 416 | */ |
416 | enum nl80211_sta_flags { | 417 | enum nl80211_sta_flags { |
417 | __NL80211_STA_FLAG_INVALID, | 418 | __NL80211_STA_FLAG_INVALID, |
418 | NL80211_STA_FLAG_AUTHORIZED, | 419 | NL80211_STA_FLAG_AUTHORIZED, |
419 | NL80211_STA_FLAG_SHORT_PREAMBLE, | 420 | NL80211_STA_FLAG_SHORT_PREAMBLE, |
420 | NL80211_STA_FLAG_WME, | 421 | NL80211_STA_FLAG_WME, |
422 | NL80211_STA_FLAG_MFP, | ||
421 | 423 | ||
422 | /* keep last */ | 424 | /* keep last */ |
423 | __NL80211_STA_FLAG_AFTER_LAST, | 425 | __NL80211_STA_FLAG_AFTER_LAST, |