From: Jouni Malinen Date: Fri, 12 Jan 2018 00:08:39 +0000 (+0200) Subject: tests: Update ap_wpa2_eap_assoc_rsn to match implementation change X-Git-Tag: hostap_2_7~641 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80ad06800163159dd94e914992a05d66324af35b;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 2d7e71205..818e341a7 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/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)