]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Add FILS SK auth PFS support in AP mode
authorJouni Malinen <j@w1.fi>
Sun, 12 Mar 2017 20:40:56 +0000 (22:40 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 12 Mar 2017 21:20:32 +0000 (23:20 +0200)
commit1764559eef3020afebb427d48799c13514f45de0
treed9efa2fda85c13b1cd85030eeaa9ceb890cc6291
parentcad291d671434b4edffeaa40100c1adad92e4ed9
FILS: Add FILS SK auth PFS support in AP mode

This adds an option to configure hostapd to enable use of 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 configuration parameter fils_dh_group is used to enable this
by specifying which DH group to use. For example, fils_dh_group=19 would
allow FILS SK PFS to be used with a 256-bit random ECP group.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/Android.mk
hostapd/Makefile
hostapd/config_file.c
hostapd/defconfig
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/ieee802_11.c
src/ap/ieee802_11_shared.c
src/ap/sta_info.c
src/ap/sta_info.h