tests: Clear sae_groups in pasn_sae_kdk

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>
This commit is contained in:
Jouni Malinen 2023-01-20 19:52:08 +02:00 committed by Jouni Malinen
parent a70a4672d8
commit d5b7560de5

View 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")