]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/config_file.c
Add initial parts for SAE
authorJouni Malinen <j@w1.fi>
Sun, 30 Sep 2012 16:51:07 +0000 (19:51 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Sep 2012 16:51:07 +0000 (19:51 +0300)
commitc10347f246d2fa0b84fbcf7b59ea634542837071
tree2a0572faed0d5942dbc5f6eb4564884007bab805
parent905029097ca5d052b6173c2cb75ed705e1a41fc5
Add initial parts for SAE

This introduces new AKM for SAE and FT-SAE and adds the initial parts
for going through the SAE Authentication frame exchange. The actual SAE
algorithm and new fields in Authentication frames are not yet included
in this commit and will be added separately. This version is able to
complete a dummy authentication with the correct authentication
algorithm and transaction values to allow cfg80211/mac80211 drivers to
be tested (all the missing parts can be handled with
hostapd/wpa_supplicant changes).

Signed-hostap: Jouni Malinen <j@w1.fi>
19 files changed:
hostapd/Android.mk
hostapd/Makefile
hostapd/config_file.c
src/ap/ieee802_11.c
src/ap/sta_info.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ie.c
src/common/defs.h
src/common/ieee802_11_defs.h
src/common/wpa_common.c
src/common/wpa_common.h
src/drivers/driver.h
src/rsn_supp/wpa_ie.c
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/config.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c