diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-20 16:29:21 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-20 16:29:21 +0200 |
commit | f3b51adb6b18a81ee59d064d87cfbccf5e5ec357 (patch) | |
tree | 2be223d1a2e7ff72af5ad6a4ffe9df58876cb38d /doc | |
parent | 01dc94cf39e46ab095bd18940bdb171df09aff52 (diff) | |
download | connman-f3b51adb6b18a81ee59d064d87cfbccf5e5ec357.tar.gz connman-f3b51adb6b18a81ee59d064d87cfbccf5e5ec357.tar.bz2 connman-f3b51adb6b18a81ee59d064d87cfbccf5e5ec357.zip |
Remove support for CreateNetwork, RemoveNetwork and JoinNetwork
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-lowlevel-api.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/device-lowlevel-api.txt b/doc/device-lowlevel-api.txt index 72070c3b..9bae36cd 100644 --- a/doc/device-lowlevel-api.txt +++ b/doc/device-lowlevel-api.txt @@ -22,30 +22,6 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments [service].Error.InvalidProperty - 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 - properties. Valid properties are WiFi.SSID, - WiFi.Security and WiFi.Passphrase. Check the - network interface description for details. - - Possible Errors: [service].Error.InvalidArguments - - void RemoveNetwork(object network) - - Removes a previously created network object. - - Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist - void ProposeScan() Proposes to trigger a scan transaction. |