]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix he_6ghz_reg to clear sae_groups
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 15 Apr 2024 20:35:29 +0000 (23:35 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 15 Apr 2024 20:35:29 +0000 (23:35 +0300)
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_he.py

index 3aec5fd65f7ec3992efb45d48e8ac732ad6580bf..544fa2e7b3d64b9993ff3d24cc25731048bb4450 100644 (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()