]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: OSEN network and invalid association without OSEN IE
authorJouni Malinen <j@w1.fi>
Sat, 29 Mar 2014 14:51:44 +0000 (16:51 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 29 Mar 2014 14:51:44 +0000 (16:51 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_hs20.py

index 204af39492707ebf6963ae6d951d7ec0cea5bce8..f8f5b87345ec453f098f0260f4e3b35e7a6fae80 100644 (file)
@@ -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",