tests: Fix he_6ghz_reg to clear sae_groups

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2024-04-15 23:35:29 +03:00 committed by Jouni Malinen
parent 4b755c9672
commit a6062568ab

View file

@ -1680,6 +1680,7 @@ def test_he_6ghz_reg(dev, apdev):
hapd = hostapd.add_ap(apdev[0], params, set_channel=False)
dev[0].set("sae_pwe", "1")
dev[0].set("sae_groups", "")
dev[0].connect(ssid, sae_password="password", key_mgmt="SAE",
ieee80211w="2", scan_freq=str(freq))
hapd.wait_sta()