]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Internal WPA_KEY_MGMT_* defines for extended key AKMs
authorJouni Malinen <quic_jouni@quicinc.com>
Sun, 24 Jul 2022 19:05:37 +0000 (22:05 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 24 Jul 2022 21:23:31 +0000 (00:23 +0300)
commit91df8c9c65ecf38568ebc2f6143ca43db28c48ff
tree8f3ed77607e3a61968904951cbf8de7a3e5bcd9c
parent5c8a714b185e13739913c68bf355e242ef83561b
SAE: Internal WPA_KEY_MGMT_* defines for extended key AKMs

Define new WPA_KEY_MGMT_* values for the new SAE AKM suite selectors
with variable length keys. This includes updates to various mapping and
checking of the SAE key_mgmt values.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
16 files changed:
hostapd/config_file.c
hostapd/ctrl_iface.c
src/ap/ieee802_11.c
src/ap/wpa_auth.c
src/ap/wpa_auth_ie.c
src/common/defs.h
src/common/wpa_common.c
src/drivers/driver_nl80211.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa_ft.c
src/rsn_supp/wpa_ie.c
wpa_supplicant/config.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c