Browse Source

tests: require_vht=1

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 11 years ago
parent
commit
a4292b3f3b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/hwsim/test_ap_vht.py

+ 2 - 1
tests/hwsim/test_ap_vht.py

@@ -55,7 +55,8 @@ def test_ap_vht80_params(dev, apdev):
                    "ieee80211ac": "1",
                    "ieee80211ac": "1",
                    "vht_oper_chwidth": "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_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)
         hapd = hostapd.add_ap(apdev[0]['ifname'], params)
 
 
         dev[0].connect("vht", key_mgmt="NONE", scan_freq="5180")
         dev[0].connect("vht", key_mgmt="NONE", scan_freq="5180")