diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-25 13:19:44 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-25 13:19:44 +0100 |
commit | 56e4ccc1297a9033779bb7a365ffc96a1c1d11fc (patch) | |
tree | ae18042bfcb42f263f71bf47b914693121e2af55 /doc | |
parent | d477bab6c1ac495ece889897cb0e5524c8363968 (diff) | |
download | connman-56e4ccc1297a9033779bb7a365ffc96a1c1d11fc.tar.gz connman-56e4ccc1297a9033779bb7a365ffc96a1c1d11fc.tar.bz2 connman-56e4ccc1297a9033779bb7a365ffc96a1c1d11fc.zip |
Add skeleton for method to join networks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index a45046d9..83d65311 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -22,6 +22,14 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments [service].Error.DoesNotExist + void JoinNetwork(dict network) + + Join network specified by the given properties. The + properties for WiFi networks can be WiFi.SSID, + WiFi.Security and WiFi.Passphrase. + + Possible Errors: [service].Error.InvalidArguments + object CreateNetwork(dict network) Creates a network object from the specified |