]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Allow AP SAE configuration to be added automatically for PSK
authorJouni Malinen <jouni@codeaurora.org>
Wed, 6 Mar 2019 19:41:44 +0000 (21:41 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Mar 2019 19:52:43 +0000 (21:52 +0200)
commitfc30f99b34b0c7a62a74385f533f268299ea0b02
tree8bd2f91be2efca300b838c49016608099d385622
parentb9cd4f5e75dc4a7aa3b547925cfb871b6aa103f7
WPS: Allow AP SAE configuration to be added automatically for PSK

The new hostapd configuration parameter wps_cred_add_sae=1 can be used
to request hostapd to add SAE configuration whenever WPS is used to
configure the AP to use WPA2-PSK and the credential includes a
passphrase (instead of PSK). This can be used to enable WPA3-Personal
transition mode with both SAE and PSK enabled and PMF enabled for PSK
and required for SAE associations.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/wps_hostapd.c