]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Reset sae_groups in sigma_dut_dpp_qr_init_enrollee_sae
authorJouni Malinen <jouni@codeaurora.org>
Mon, 18 Mar 2019 17:00:06 +0000 (19:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Mar 2019 17:00:06 +0000 (19:00 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_sigma_dut.py

index 77a39989aa4ee342d555478cb132a5e0733fb531..ebc8458c2095d4b7b8ed166cc7ce40694d2ad526 100644 (file)
@@ -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)