From: Jouni Malinen Date: Wed, 26 Oct 2016 21:42:02 +0000 (+0300) Subject: cfg80211: Add Fast Initial Link Setup (FILS) auth algs X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=fbb82cdd842b2596f8ece5ffb55654f1c71cc723;hp=3962b8ab892a394bbdf58187125a406204dabb51;p=carl9170fw.git cfg80211: Add Fast Initial Link Setup (FILS) auth algs This defines authentication algorithms for FILS (IEEE 802.11ai). Signed-off-by: Jouni Malinen Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter --- diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 210045e..f1165b2 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1594,6 +1594,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