]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix OpenSSL capability check in suite_b_192_mic_failure
authorJouni Malinen <j@w1.fi>
Sat, 28 Jan 2017 23:26:57 +0000 (01:26 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Jan 2017 12:32:17 +0000 (14:32 +0200)
This needs to check for 192-bit level instead of 128-bit level.

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

index 8fd4caeb16ee9f7bd8e62e39d4229483efe33568..8ee4da7f390ca22318a2c97e0e7c2788163d8705 100644 (file)
@@ -283,7 +283,7 @@ def test_suite_b_mic_failure(dev, apdev):
 
 def test_suite_b_192_mic_failure(dev, apdev):
     """WPA2/GCMP connection at Suite B 192-bit level and MIC derivation failure"""
-    check_suite_b_capa(dev)
+    check_suite_b_192_capa(dev)
     dev[0].flush_scan_cache()
     params = suite_b_192_ap_params()
     hapd = hostapd.add_ap(apdev[0], params)