From: Jouni Malinen Date: Fri, 26 Apr 2019 12:08:10 +0000 (+0300) Subject: tests: ieee80211ax=1 in hostapd STATUS X-Git-Tag: hostap_2_9~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48f44e17c273775a99f2b951e35bfd30269b0bc;p=thirdparty%2Fhostap.git tests: ieee80211ax=1 in hostapd STATUS Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_he.py b/tests/hwsim/test_he.py index ce0af59ba..260804613 100644 --- a/tests/hwsim/test_he.py +++ b/tests/hwsim/test_he.py @@ -14,4 +14,6 @@ def test_he_open(dev, apdev): "he_mu_edca_ac_be_ecwmin": "7", "he_mu_edca_ac_be_ecwmax": "15"} hapd = hostapd.add_ap(apdev[0], params) + if hapd.get_status_field("ieee80211ax") != "1": + raise Exception("STATUS did not indicate ieee80211ac=1") dev[0].connect("he", key_mgmt="NONE", scan_freq="2412")