[PATCH 02/16] tests: MLD: remove mld_id config
Aditya Kumar Singh
quic_adisi at quicinc.com
Wed Mar 6 09:39:33 PST 2024
mld_id config is not used any more. Remove its usage from test files
Signed-off-by: Aditya Kumar Singh <quic_adisi at quicinc.com>
---
tests/hwsim/hostapd.py | 1 -
tests/hwsim/test_eht.py | 1 -
2 files changed, 2 deletions(-)
diff --git a/tests/hwsim/hostapd.py b/tests/hwsim/hostapd.py
index 754faf62364a..007812274b6b 100644
--- a/tests/hwsim/hostapd.py
+++ b/tests/hwsim/hostapd.py
@@ -1034,7 +1034,6 @@ def cfg_mld_link_file(ifname, params):
f.write("ieee80211be=1\n")
f.write("interface=%s\n" % ifname)
f.write("mld_ap=1\n")
- f.write("mld_id=0\n")
for k, v in list(params.items()):
f.write("{}={}\n".format(k,v))
diff --git a/tests/hwsim/test_eht.py b/tests/hwsim/test_eht.py
index 18ade87e3ad1..1ecde2026cfa 100644
--- a/tests/hwsim/test_eht.py
+++ b/tests/hwsim/test_eht.py
@@ -1642,7 +1642,6 @@ def test_eht_mld_rrm_beacon_req(dev, apdev):
other_ssid = "other"
params = eht_mld_ap_wpa2_params(other_ssid, key_mgmt="OWE", mfp="2")
params["channel"] = '6'
- params["mld_id"] = '1'
hapd1 = eht_mld_enable_ap(hapd1_iface, params)
# Issue a beacon request for the second AP
--
2.25.1
More information about the Hostap
mailing list