]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: he_tkip to match implementation change
authorJouni Malinen <j@w1.fi>
Sat, 6 Feb 2021 10:08:43 +0000 (12:08 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 6 Feb 2021 10:09:30 +0000 (12:09 +0200)
HE is now getting disabled just like HT and VHT when only TKIP is
enabled.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_he.py

index d062f512c863d4c892bd29a8f4b2a517c7ff53d2..d8a13fe5aa9df38ae1be34303b39e927fe208b36 100644 (file)
@@ -1005,7 +1005,7 @@ def test_he_tkip(dev, apdev):
             raise Exception("Unexpected STATUS ieee80211n value")
         if status["ieee80211ac"] != "0":
             raise Exception("Unexpected STATUS ieee80211ac value")
-        if status["ieee80211ax"] != "1":
+        if status["ieee80211ax"] != "0":
             raise Exception("Unexpected STATUS ieee80211ax value")
         if status["secondary_channel"] != "0":
             raise Exception("Unexpected STATUS secondary_channel value")