diff options
author | 2020-08-03 18:00:22 -0700 | |
---|---|---|
committer | 2020-08-03 18:00:22 -0700 | |
commit | ee494f42a356527c73b0a5f63c8b95656240f47c (patch) | |
tree | c5807a1511b97c1b6838be8c74e3699a167fffc1 /include/linux | |
parent | net: stmmac: fix failed to suspend if phy based WOL is enabled (diff) | |
parent | mac80211: Do not report beacon loss if beacon filtering enabled (diff) | |
download | wireguard-linux-ee494f42a356527c73b0a5f63c8b95656240f47c.tar.xz wireguard-linux-ee494f42a356527c73b0a5f63c8b95656240f47c.zip |
Merge tag 'mac80211-next-for-davem-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Johannes Berg says:
====================
A few more changes, notably:
* handle new SAE (WPA3 authentication) status codes in the correct way
* fix a while that should be an if instead, avoiding infinite loops
* handle beacon filtering changing better
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ieee80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 9f732499ea88..c47f43e65a2f 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -2561,6 +2561,8 @@ enum ieee80211_statuscode { /* 802.11ai */ WLAN_STATUS_FILS_AUTHENTICATION_FAILURE = 108, WLAN_STATUS_UNKNOWN_AUTHENTICATION_SERVER = 109, + WLAN_STATUS_SAE_HASH_TO_ELEMENT = 126, + WLAN_STATUS_SAE_PK = 127, }; |