mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-21 03:23:04 -05:00
tests: OSEN network and invalid association without OSEN IE
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
eebad21495
commit
8abb3d4ea3
@ -1593,6 +1593,10 @@ def test_ap_hs20_osen(dev, apdev):
|
|||||||
'auth_server_shared_secret': "radius" }
|
'auth_server_shared_secret': "radius" }
|
||||||
hostapd.add_ap(apdev[0]['ifname'], params)
|
hostapd.add_ap(apdev[0]['ifname'], params)
|
||||||
|
|
||||||
|
dev[1].connect("osen", key_mgmt="NONE", scan_freq="2412",
|
||||||
|
wait_connect=False)
|
||||||
|
dev[2].connect("osen", key_mgmt="NONE", wep_key0='"hello"',
|
||||||
|
scan_freq="2412", wait_connect=False)
|
||||||
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",
|
||||||
eap="WFA-UNAUTH-TLS", identity="osen@example.com",
|
eap="WFA-UNAUTH-TLS", identity="osen@example.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user