]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: ap_hs20_osen to test group cipher selection in SME case
authorJouni Malinen <jouni@codeaurora.org>
Fri, 9 Nov 2018 16:09:34 +0000 (18:09 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Fri, 9 Nov 2018 16:09:34 +0000 (18:09 +0200)
Go through the group cipher selection in both the wpa_supplicant and
driver SME cases.

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

index 600de65a4e1fbd028c31527ea1eeaf3bb8b67a6a..bf8a60d232d294d7e20ccf42a165a9546c82eb70 100644 (file)
@@ -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")