diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-03-01 08:05:30 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-03-01 08:05:30 -0800 |
| commit | d8573fb4851c84d8f3eea89215b4eabc1114e622 (patch) | |
| tree | 1fb8d39707a85b86572b7cd9e194966caedfdc6d /include/uapi | |
| parent | eb22a637c8fd7d24f72a4d020ca5d1e33b02a4e8 (diff) | |
| parent | 5b10e4728d1affe12399d3ca85d17e7a4f9ecd20 (diff) | |
Merge "nl80211: Allow set/del pmksa operations for AP"
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index d7d2f9d37809..0527b779f2f0 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -4932,6 +4932,9 @@ enum nl80211_feature_flags { * fairness for transmitted packets and has enabled airtime fairness * scheduling. * + * @NL80211_EXT_FEATURE_AP_PMKSA_CACHING: Driver/device supports PMKSA caching + * (set/del PMKSA operations) in AP mode. + * * @NUM_NL80211_EXT_FEATURES: number of extended features. * @MAX_NL80211_EXT_FEATURES: highest extended feature index. */ @@ -4972,6 +4975,7 @@ enum nl80211_ext_feature_index { NL80211_EXT_FEATURE_CAN_REPLACE_PTK0, NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER, NL80211_EXT_FEATURE_AIRTIME_FAIRNESS, + NL80211_EXT_FEATURE_AP_PMKSA_CACHING, /* add new features before the definition below */ NUM_NL80211_EXT_FEATURES, |
