]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Allow AP to require or reject PFS
authorJouni Malinen <jouni@codeaurora.org>
Sat, 28 Mar 2020 10:33:48 +0000 (12:33 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 10:33:48 +0000 (12:33 +0200)
commit7c021dec3a95803fc129d8533adcaeea82910c9c
treeddf4eb76787ba6de1bc18e6fd3c867a9fcdbafe4
parentca57d5f55322b48c5e6e2c882c95ce648dfc9096
DPP2: Allow AP to require or reject PFS

The new hostapd configuration parameter dpp_pfs can be used to specify
how PFS is applied to associations. The default behavior (dpp_pfs=0)
remains same as it was previously, i.e., allow the station to decide
whether to use PFS. PFS use can now be required (dpp_pfs=1) or rejected
(dpp_pfs=2).

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_ie.c