]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: RSNXE missing from EAPOL-Key msg 3/4
authorJouni Malinen <j@w1.fi>
Sat, 7 Mar 2020 14:42:47 +0000 (16:42 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Mar 2020 14:42:47 +0000 (16:42 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_sae.py

index 37a3f8838e3d74d1a9fbdc87fd9a7e7d83027873..fff4f49aea54dead467a9fa795665ea61f6abbb4 100644 (file)
@@ -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")