]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: require_vht=1
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 13 Mar 2014 21:17:04 +0000 (23:17 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 13 Mar 2014 21:17:04 +0000 (23:17 +0200)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_vht.py

index 14ad417566c3b73ad9db3d107d49cfb447d4295f..48f67a185a6a5287a3656e35ad8e10e474fa641c 100644 (file)
@@ -55,7 +55,8 @@ def test_ap_vht80_params(dev, apdev):
                    "ieee80211ac": "1",
                    "vht_oper_chwidth": "1",
                    "vht_capab": "[MAX-MPDU-11454][RXLDPC][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-A-MPDU-LEN-EXP0]",
-                   "vht_oper_centr_freq_seg0_idx": "42" }
+                   "vht_oper_centr_freq_seg0_idx": "42",
+                   "require_vht": "1" }
         hapd = hostapd.add_ap(apdev[0]['ifname'], params)
 
         dev[0].connect("vht", key_mgmt="NONE", scan_freq="5180")