]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Do not ignore option sae_require_mfp
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 10 Oct 2018 21:43:07 +0000 (23:43 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Oct 2018 17:13:16 +0000 (20:13 +0300)
commit74eebe93d015b88b54250283b42283d8470f4af5
tree2e5e4e968f2b5449fddf7a976820fd0eaea7c7a8
parentdc1b1c8db7905639be6f4de8173e2d97bf6df90d
SAE: Do not ignore option sae_require_mfp

Without this patch sae_require_mfp is always activate, when ieee80211w
is set to optional all stations negotiating SAEs are being rejected when
they do not support PMF. With this patch hostapd only rejects these
stations in case sae_require_mfp is set to some value and not null.

Fixes ba3d435fe43 ("SAE: Add option to require MFP for SAE associations")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
src/ap/wpa_auth_ie.c