]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Update ap_wpa2_eap_assoc_rsn to match implementation change
authorJouni Malinen <jouni@codeaurora.org>
Fri, 12 Jan 2018 00:08:39 +0000 (02:08 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Fri, 12 Jan 2018 00:08:39 +0000 (02:08 +0200)
This covers the new status code for group management cipher mismatch.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_ap_eap.py

index 2d7e71205667ec79661ffde5f30961ec262f7147..818e341a7be6e5ab6ec8ce82b27e3c2758823372 100644 (file)
@@ -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)