]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Special test mode sae_pwe=3 for looping with password identifier
authorJouni Malinen <jouni@codeaurora.org>
Mon, 10 Feb 2020 02:59:10 +0000 (04:59 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Mon, 10 Feb 2020 03:13:13 +0000 (05:13 +0200)
commit641d79f165750f3c6af5f9565ff317f14fffa114
tree3bb0d8af85b0e0f05cb0152b66d2bb85611914da
parentd57349d4b8dd30c10971786d8f8716269938e037
SAE: Special test mode sae_pwe=3 for looping with password identifier

The new sae_pwe=3 mode can be used to test non-compliant behavior with
SAE Password Identifiers. This can be used to force use of
hunting-and-pecking loop for PWE derivation when Password Identifier is
used. This is not allowed by the standard and as such, this
functionality is aimed at compliance testing.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/ap_config.c
src/ap/ieee802_11.c
src/ap/ieee802_11_shared.c
src/ap/wpa_auth_glue.c
wpa_supplicant/config.c
wpa_supplicant/events.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c