]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: wpa_supplicant STATUS output and ieee80211ac=1
authorJouni Malinen <jouni@codeaurora.org>
Fri, 4 May 2018 17:19:17 +0000 (20:19 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 4 May 2018 17:19:17 +0000 (20:19 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_ap_vht.py

index a7525927f41b2f6b42db3f50932b8628903ac48a..40256a194af66e3b4a552239a27efe1a5e7eab36 100644 (file)
@@ -50,6 +50,9 @@ def test_ap_vht80(dev, apdev):
         est = dev[0].get_bss(bssid)['est_throughput']
         if est != "390001":
             raise Exception("Unexpected BSS est_throughput: " + est)
+        status = dev[0].get_status()
+        if status["ieee80211ac"] != "1":
+            raise Exception("Unexpected STATUS ieee80211ac value (STA)")
         status = hapd.get_status()
         logger.info("hostapd STATUS: " + str(status))
         if status["ieee80211n"] != "1":