diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-25 13:48:03 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-25 13:48:03 +0100 |
commit | dcd2e1b44d5c0ac94bbfe913bcd6f92a9855376b (patch) | |
tree | 6b43fad764f71f6625537d6686b8491b5fef9d0b /test | |
parent | baa04e5d3a57c03eb3c4ebfd7a17f1486cdca3ad (diff) | |
download | connman-dcd2e1b44d5c0ac94bbfe913bcd6f92a9855376b.tar.gz connman-dcd2e1b44d5c0ac94bbfe913bcd6f92a9855376b.tar.bz2 connman-dcd2e1b44d5c0ac94bbfe913bcd6f92a9855376b.zip |
Include security setting for network selection
Diffstat (limited to 'test')
-rwxr-xr-x | test/join-network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/join-network b/test/join-network index 7ca4637b..400f4978 100755 --- a/test/join-network +++ b/test/join-network @@ -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" }) |