From: Jouni Malinen Date: Fri, 7 Feb 2020 21:34:20 +0000 (+0200) Subject: tests: WPA2-PSK-FT-SAE AP (AP H2E, STA loop) X-Git-Tag: hostap_2_10~1866 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fhostap.git;a=commitdiff_plain;h=daf8491dea1250949788ce8ce0ec8c27ca03376e tests: WPA2-PSK-FT-SAE AP (AP H2E, STA loop) Signed-off-by: Jouni Malinen --- 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)