tests: AP MLD: Remove mld_id config
mld_id config is not used anymore. Remove its use from test cases. Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
This commit is contained in:
parent
259b43a31a
commit
e51f1109b0
2 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -1651,7 +1651,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
|
||||
|
|
Loading…
Reference in a new issue