From daf8491dea1250949788ce8ce0ec8c27ca03376e Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 7 Feb 2020 23:34:20 +0200 Subject: [PATCH] tests: WPA2-PSK-FT-SAE AP (AP H2E, STA loop) Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_ft.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/hwsim/test_ap_ft.py b/tests/hwsim/test_ap_ft.py index 93497a460..8efdc5e54 100644 --- a/tests/hwsim/test_ap_ft.py +++ b/tests/hwsim/test_ap_ft.py @@ -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)