From: Jouni Malinen Date: Thu, 13 Mar 2014 21:17:04 +0000 (+0200) Subject: tests: require_vht=1 X-Git-Tag: hostap_2_2~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4292b3f3bed61140d15707941d8862d11a6773b;p=thirdparty%2Fhostap.git tests: require_vht=1 Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_vht.py b/tests/hwsim/test_ap_vht.py index 14ad41756..48f67a185 100644 --- a/tests/hwsim/test_ap_vht.py +++ b/tests/hwsim/test_ap_vht.py @@ -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")