tests: Reset sae_groups in sigma_dut_dpp_qr_init_enrollee_sae
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
f9bac0f6b3
commit
7f1eeda2df
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue