]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Add option to require MFP for SAE associations
authorJouni Malinen <j@w1.fi>
Wed, 27 Dec 2017 16:26:31 +0000 (18:26 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Dec 2017 16:27:58 +0000 (18:27 +0200)
commitba3d435fe43495911d25b52522d88a98c399b527
treeab8093030afb735538096edce9e029e22f5a6cf0
parent7a27e5e03ed2f6625e23d8efc5cc6f0299464c92
SAE: Add option to require MFP for SAE associations

The new hostapd.conf parameter sae_require_pmf=<0/1> can now be used to
enforce negotiation of MFP for all associations that negotiate use of
SAE. This is used in cases where SAE-capable devices are known to be
MFP-capable and the BSS is configured with optional MFP (ieee80211w=1)
for legacy support. The non-SAE stations can connect without MFP while
SAE stations are required to negotiate MFP if sae_require_mfp=1.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_ie.c