projects
/
carl9170fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3962b8a
)
cfg80211: Add Fast Initial Link Setup (FILS) auth algs
author
Jouni Malinen
<jouni@qca.qualcomm.com>
Wed, 26 Oct 2016 21:42:02 +0000
(
00:42
+0300)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sun, 5 Nov 2017 17:02:40 +0000
(18:02 +0100)
This defines authentication algorithms for FILS (IEEE 802.11ai).
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
include/linux/ieee80211.h
patch
|
blob
|
history
diff --git
a/include/linux/ieee80211.h
b/include/linux/ieee80211.h
index 210045e8f07913758f21a7fb77afc6f9d6a096de..f1165b2d1ec3d26a362869b0463446196c1c8bb0 100644
(file)
--- 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