]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: WMM advertisement parameter change
authorJouni Malinen <j@w1.fi>
Tue, 16 Oct 2018 09:30:57 +0000 (12:30 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 16 Oct 2018 09:30:57 +0000 (12:30 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_params.py

index b0ce0d1914c71f4c8f6bd086ce5fb4b34a7451eb..07088f82377963fc4ce2a72549fb1231f290f8a2 100644 (file)
@@ -514,6 +514,10 @@ def test_ap_tx_queue_params_invalid(dev, apdev):
     params['wmm_ac_bk_acm'] = "0"
 
     hapd = hostapd.add_ap(apdev[0], params)
+
+    # Valid WMM change
+    hapd.set("wmm_ac_be_cwmin", "3")
+
     # "Invalid TX queue cwMin/cwMax values. cwMin(7) greater than cwMax(3)"
     if "FAIL" not in hapd.request('SET tx_queue_data2_cwmax 3'):
         raise Exception("TX cwMax < cwMin accepted")