]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
DPP: Add new AKM
authorJouni Malinen <jouni@qca.qualcomm.com>
Sat, 17 Jun 2017 20:48:52 +0000 (23:48 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 19 Jun 2017 18:13:17 +0000 (21:13 +0300)
commit567da5bbd027e8318ed0e8af817b73a9285892c3
tree48064b126bc5c80db797f5592e4c811a0a4ca4fc
parent9c2b8204e662da34c3518a9bdff9e84687d98623
DPP: Add new AKM

This new AKM is used with DPP when using the signed Connector to derive
a PMK. Since the KCK, KEK, and MIC lengths are variable within a single
AKM, this needs number of additional changes to get the PMK length
delivered to places that need to figure out the lengths of the PTK
components.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
23 files changed:
hostapd/config_file.c
hostapd/ctrl_iface.c
src/ap/ieee802_11.c
src/ap/ieee802_1x.c
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_i.h
src/ap/wpa_auth_ie.c
src/common/defs.h
src/common/wpa_common.c
src/common/wpa_common.h
src/drivers/driver.h
src/drivers/driver_nl80211_capa.c
src/rsn_supp/peerkey.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_ie.c
wlantest/rx_eapol.c
wpa_supplicant/config.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpas_glue.c