From: Jouni Malinen Date: Mon, 15 Apr 2024 20:35:29 +0000 (+0300) Subject: tests: Fix he_6ghz_reg to clear sae_groups X-Git-Tag: hostap_2_11~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6062568ab535120dff303c33ceca2f46426d20e;p=thirdparty%2Fhostap.git tests: Fix he_6ghz_reg to clear sae_groups Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_he.py b/tests/hwsim/test_he.py index 3aec5fd65..544fa2e7b 100644 --- a/tests/hwsim/test_he.py +++ b/tests/hwsim/test_he.py @@ -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()