]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Disable HT in ap_wds_sta_wep
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 19 Dec 2016 20:47:07 +0000 (22:47 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 19 Dec 2016 20:47:07 +0000 (22:47 +0200)
HT cannot be used with WEP-only network, so don't try to do that here.
This get rids of some unnecessary Beacon frame updates during
disassociation/association and can make the test case a bit more robust.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_params.py

index 3951351803ca4fa89f09c49a867f75e7d506e0ef..e0d402297a3372ddcba6f9de4a32481010fe915b 100644 (file)
@@ -226,6 +226,7 @@ def test_ap_wds_sta_wep(dev, apdev):
     ssid = "test-wds-wep"
     params = {}
     params['ssid'] = ssid
+    params["ieee80211n"] = "0"
     params['wep_key0'] = '"hello"'
     params['wds_sta'] = "1"
     params['wds_bridge'] = "wds-br0"