diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-11 20:43:35 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-11 20:43:35 -0700 |
| commit | 054789c42fe0d04691e768c80f7d0b6cfeec65ff (patch) | |
| tree | eff34d34755604ba5811a717b191263d7434d249 /include/linux | |
| parent | 51977976da8599a3f5f2ca4c6128d03880dad73e (diff) | |
| parent | 16793068c2a21bd4173d80615106f74f10aed7af (diff) | |
Merge "cfg80211: Add Fast Initial Link Setup (FILS) auth algs"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ieee80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 452c0b0d2f32..d8f4316167d8 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1535,6 +1535,9 @@ struct ieee80211_vht_operation { #define WLAN_AUTH_SHARED_KEY 1 #define WLAN_AUTH_FT 2 #define WLAN_AUTH_SAE 3 +#define WLAN_AUTH_FILS_SK 4 +#define WLAN_AUTH_FILS_SK_PFS 5 +#define WLAN_AUTH_FILS_PK 6 #define WLAN_AUTH_LEAP 128 #define WLAN_AUTH_CHALLENGE_LEN 128 |
