From db368b2e1391a4caf63de4fd2927fc591d7754bd Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 9 Nov 2018 18:09:34 +0200 Subject: [PATCH] tests: ap_hs20_osen to test group cipher selection in SME case Go through the group cipher selection in both the wpa_supplicant and driver SME cases. Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_hs20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index 600de65a4..bf8a60d23 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -2646,7 +2646,7 @@ def test_ap_hs20_osen(dev, apdev): scan_freq="2412", wait_connect=False) dev[0].flush_scan_cache() dev[0].connect("osen", proto="OSEN", key_mgmt="OSEN", pairwise="CCMP", - group="GTK_NOT_USED", + group="GTK_NOT_USED CCMP", eap="WFA-UNAUTH-TLS", identity="osen@example.com", ca_cert="auth_serv/ca.pem", scan_freq="2412")