]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Do not use the wpa_passphrase if SAE password identifier was used
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 31 Oct 2024 21:59:45 +0000 (23:59 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 31 Oct 2024 21:59:45 +0000 (23:59 +0200)
commit90a3b4a91a5dff29b8e8431983aacfc7aad52381
tree1329ebb1ece365a2fd248df7fc31c14a8cedcafd
parentd3b5887f360f7a63cf327eed0705e34f80eb541f
SAE: Do not use the wpa_passphrase if SAE password identifier was used

Sharing of the WPA-PSK passphrase as the SAE password is only for the
case where no SAE password identifiers are used. Do not consider that on
an AP if a STA includes SAE password identifier in an SAE commit
message. This avoids confusing cases where SAE would be allowed to
continue with the AP and the STA using different password identifier
which is going to fail in the end.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/ieee802_11.c