Parcourir la source

tests: Update ap_wpa2_eap_assoc_rsn to match implementation change

This covers the new status code for group management cipher mismatch.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
Jouni Malinen il y a 7 ans
Parent
commit
80ad068001
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/hwsim/test_ap_eap.py

+ 1 - 1
tests/hwsim/test_ap_eap.py

@@ -6030,7 +6030,7 @@ def test_ap_wpa2_eap_assoc_rsn(dev, apdev):
     tests = [ ("Management frame protection not enabled",
                "30140100000fac040100000fac040100000fac010000", 31),
               ("Unsupported management group cipher",
-               "301a0100000fac040100000fac040100000fac01cc000000000fac0b", 31) ]
+               "301a0100000fac040100000fac040100000fac01cc000000000fac0b", 46) ]
     for title, ie, status in tests:
         logger.info(title)
         set_test_assoc_ie(dev[0], ie)