Include security setting for network selection
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 25 Mar 2009 12:48:03 +0000 (13:48 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 25 Mar 2009 12:48:03 +0000 (13:48 +0100)
test/join-network

index 7ca4637..400f497 100755 (executable)
@@ -26,4 +26,5 @@ for path in properties["Devices"]:
        print "[ %s ]" % (path)
        print "Attempting to join %s" % (sys.argv[1])
 
-       device.JoinNetwork({ "WiFi.SSID": sys.argv[1] })
+       device.JoinNetwork({ "WiFi.SSID": sys.argv[1],
+                               "WiFi.Security": "none" })