]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ap_config.c
SAE: Allow SAE password to be configured separately (AP)
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 11 Oct 2017 20:07:08 +0000 (23:07 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 11 Oct 2017 20:10:19 +0000 (23:10 +0300)
commit2377c1caef77c9c309681ad419b87cafc1c10e28
tree0b6c344ca6400fabfda32f333e858473d06a2f83
parentc5aeb4343e82610844c550544de94be8d36f2a96
SAE: Allow SAE password to be configured separately (AP)

The new sae_password hostapd configuration parameter can now be used to
set the SAE password instead of the previously used wpa_passphrase
parameter. This allows shorter than 8 characters and longer than 63
characters long passwords to be used. In addition, this makes it
possible to configure a BSS with both WPA-PSK and SAE enabled to use
different passphrase/password based on which AKM is selected.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ieee802_11.c