From 3396a4529cf27f51bf0f30965cd37a4dac6e0550 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 7 Mar 2020 16:42:47 +0200 Subject: [PATCH] tests: RSNXE missing from EAPOL-Key msg 3/4 Signed-off-by: Jouni Malinen --- tests/hwsim/test_sae.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/hwsim/test_sae.py b/tests/hwsim/test_sae.py index 37a3f8838..fff4f49ae 100644 --- a/tests/hwsim/test_sae.py +++ b/tests/hwsim/test_sae.py @@ -2253,6 +2253,10 @@ def test_sae_h2e_rsnxe_mismatch_ap2(dev, apdev): """SAE H2E and RSNXE mismatch in EAPOL-Key msg 3/4""" run_sae_h2e_rsnxe_mismatch_ap(dev, apdev, "F400") +def test_sae_h2e_rsnxe_mismatch_ap3(dev, apdev): + """SAE H2E and RSNXE mismatch in EAPOL-Key msg 3/4""" + run_sae_h2e_rsnxe_mismatch_ap(dev, apdev, "") + def run_sae_h2e_rsnxe_mismatch_ap(dev, apdev, rsnxe): check_sae_capab(dev[0]) params = hostapd.wpa2_params(ssid="sae-pwe", passphrase="12345678")