]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: WPA2-PSK-FT-SAE AP (AP H2E, STA loop)
authorJouni Malinen <jouni@codeaurora.org>
Fri, 7 Feb 2020 21:34:20 +0000 (23:34 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Sat, 8 Feb 2020 05:19:53 +0000 (07:19 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_ap_ft.py

index 93497a460123a13fc642f076f57283ae3da17c7c..8efdc5e54a7e3b28449fc787f796016865e03575 100644 (file)
@@ -1000,6 +1000,12 @@ def test_ap_ft_sae_h2e(dev, apdev):
     finally:
         dev[0].set("sae_pwe", "0")
 
+def test_ap_ft_sae_h2e_and_loop(dev, apdev):
+    """WPA2-PSK-FT-SAE AP (AP H2E, STA loop)"""
+    dev[0].set("sae_pwe", "0")
+    hapd0, hapd1 = start_ft_sae(dev[0], apdev, sae_pwe="2")
+    run_roams(dev[0], apdev, hapd0, hapd1, "test-ft", "12345678", sae=True)
+
 def test_ap_ft_sae_ptk_rekey0(dev, apdev):
     """WPA2-PSK-FT-SAE AP and PTK rekey triggered by station"""
     hapd0, hapd1 = start_ft_sae(dev[0], apdev)