From: Jouni Malinen Date: Tue, 16 Apr 2024 08:22:41 +0000 (+0300) Subject: tests: Fix sigma_dut_dpp_pb_ap to clear sae_groups X-Git-Tag: hostap_2_11~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2c5fe4d119973c3271a1805e78d4db58e3eee4;p=thirdparty%2Fhostap.git tests: Fix sigma_dut_dpp_pb_ap to clear sae_groups Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sigma_dut.py b/tests/hwsim/test_sigma_dut.py index bac450268..8541c1f67 100644 --- a/tests/hwsim/test_sigma_dut.py +++ b/tests/hwsim/test_sigma_dut.py @@ -4171,6 +4171,7 @@ def test_sigma_dut_dpp_pb_ap(dev, apdev, params): dut.cmd_check("ap_set_security,NAME,AP,KEYMGNT,WPA2-SAE,PSK,12345678") dut.cmd_check("ap_config_commit,NAME,AP") + dev[0].set("sae_groups", "") dev[0].set("dpp_config_processing", "2") if "OK" not in dev[0].request("DPP_PUSH_BUTTON"): raise Exception("Failed to press push button on the STA")