From: Jouni Malinen Date: Sat, 7 Mar 2020 14:42:47 +0000 (+0200) Subject: tests: RSNXE missing from EAPOL-Key msg 3/4 X-Git-Tag: hostap_2_10~1665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3396a4529cf27f51bf0f30965cd37a4dac6e0550;p=thirdparty%2Fhostap.git tests: RSNXE missing from EAPOL-Key msg 3/4 Signed-off-by: Jouni Malinen --- 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")