]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: ieee80211ax=1 in hostapd STATUS
authorJouni Malinen <jouni@codeaurora.org>
Fri, 26 Apr 2019 12:08:10 +0000 (15:08 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 26 Apr 2019 12:08:10 +0000 (15:08 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_he.py

index ce0af59badd73ebdc683e1c79c0d08189389143d..26080461349b50089d7dc06221501eda081bce67 100644 (file)
@@ -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")