mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
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 <jouni@codeaurora.org>
This commit is contained in:
parent
dc673aec46
commit
db368b2e13
@ -2646,7 +2646,7 @@ def test_ap_hs20_osen(dev, apdev):
|
|||||||
scan_freq="2412", wait_connect=False)
|
scan_freq="2412", wait_connect=False)
|
||||||
dev[0].flush_scan_cache()
|
dev[0].flush_scan_cache()
|
||||||
dev[0].connect("osen", proto="OSEN", key_mgmt="OSEN", pairwise="CCMP",
|
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",
|
eap="WFA-UNAUTH-TLS", identity="osen@example.com",
|
||||||
ca_cert="auth_serv/ca.pem",
|
ca_cert="auth_serv/ca.pem",
|
||||||
scan_freq="2412")
|
scan_freq="2412")
|
||||||
|
Loading…
Reference in New Issue
Block a user