]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
FILS: Add FILS SK auth PFS support in STA mode
authorJouni Malinen <j@w1.fi>
Sun, 12 Mar 2017 20:45:35 +0000 (22:45 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 12 Mar 2017 21:20:32 +0000 (23:20 +0200)
commit76e20f4fa7025b8e6887b9bd55a5072ca7d74677
tree4b367a4940d392336b16efa25ce2908fac29f9ea
parent1764559eef3020afebb427d48799c13514f45de0
FILS: Add FILS SK auth PFS support in STA mode

This adds an option to configure wpa_supplicant to use the perfect
forward secrecy option in FILS shared key authentication. A new build
option CONFIG_FILS_SK_PFS=y can be used to include this functionality. A
new runtime network profile parameter fils_dh_group is used to enable
this by specifying which DH group to use. For example, fils_dh_group=19
would use FILS SK PFS with a 256-bit random ECP group.

Signed-off-by: Jouni Malinen <j@w1.fi>
12 files changed:
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/defconfig
wpa_supplicant/events.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.conf