From: Jouni Malinen Date: Mon, 18 Mar 2019 17:00:06 +0000 (+0200) Subject: tests: Reset sae_groups in sigma_dut_dpp_qr_init_enrollee_sae X-Git-Tag: hostap_2_8~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f1eeda2df0fbaf9355bb8621a33afdc32e0e15c;p=thirdparty%2Fhostap.git tests: Reset sae_groups in sigma_dut_dpp_qr_init_enrollee_sae Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sigma_dut.py b/tests/hwsim/test_sigma_dut.py index 77a39989a..ebc8458c2 100644 --- a/tests/hwsim/test_sigma_dut.py +++ b/tests/hwsim/test_sigma_dut.py @@ -1341,6 +1341,7 @@ def test_sigma_dut_dpp_qr_init_enrollee_sae(dev, apdev): sigma = start_sigma_dut(dev[0].ifname) try: dev[0].set("dpp_config_processing", "2") + dev[0].set("sae_groups", "") cmd = "DPP_CONFIGURATOR_ADD" res = dev[1].request(cmd)