From 1275208c82e35883189436b7008ebbe29b2afa7a Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 20 Jun 2015 18:38:52 +0300 Subject: [PATCH] tests: Update wpas_ctrl_network to match removal of WEP as group cipher Signed-off-by: Jouni Malinen --- tests/hwsim/test_wpas_ctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/test_wpas_ctrl.py b/tests/hwsim/test_wpas_ctrl.py index c51de275d..88cd38320 100644 --- a/tests/hwsim/test_wpas_ctrl.py +++ b/tests/hwsim/test_wpas_ctrl.py @@ -31,7 +31,7 @@ def test_wpas_ctrl_network(dev): tests = (("key_mgmt", "WPA-PSK WPA-EAP IEEE8021X NONE WPA-NONE FT-PSK FT-EAP WPA-PSK-SHA256 WPA-EAP-SHA256"), ("pairwise", "CCMP-256 GCMP-256 CCMP GCMP TKIP"), - ("group", "CCMP-256 GCMP-256 CCMP GCMP TKIP WEP104 WEP40"), + ("group", "CCMP-256 GCMP-256 CCMP GCMP TKIP"), ("auth_alg", "OPEN SHARED LEAP"), ("scan_freq", "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15"), ("freq_list", "2412 2417"),