From: Jouni Malinen Date: Sat, 29 Mar 2014 14:51:44 +0000 (+0200) Subject: tests: OSEN network and invalid association without OSEN IE X-Git-Tag: hostap_2_2~426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8abb3d4ea3ddec9d7d493b7d12783f82a6c1bf61;p=thirdparty%2Fhostap.git tests: OSEN network and invalid association without OSEN IE Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index 204af3949..f8f5b8734 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -1593,6 +1593,10 @@ def test_ap_hs20_osen(dev, apdev): 'auth_server_shared_secret': "radius" } 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", group="GTK_NOT_USED", eap="WFA-UNAUTH-TLS", identity="osen@example.com",