]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Clear sae_groups in pasn_sae_kdk
authorJouni Malinen <quic_jouni@quicinc.com>
Fri, 20 Jan 2023 17:52:08 +0000 (19:52 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 25 Jan 2023 21:47:33 +0000 (23:47 +0200)
This test case could have failed when executed after a test case that
had forced a specific set of SAE groups.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_pasn.py

index 6f7a806f5c467b145eca97e72160f461ebab503f..e86e01f8392dec5a3cc6e66246903c251aaae439 100644 (file)
@@ -309,6 +309,7 @@ def test_pasn_sae_kdk(dev, apdev):
         hapd = start_pasn_ap(apdev[0], params)
 
         dev[0].set("force_kdk_derivation", "1")
+        dev[0].set("sae_groups", "")
         dev[0].set("sae_pwe", "2")
         dev[0].connect("test-sae", psk="12345678", key_mgmt="SAE",
                        scan_freq="2412")