summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-05 17:33:27 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-05 17:33:27 +0100
commit0e61de547504961dd51d21cc1a0ff763c1cc94e4 (patch)
treec50557679e2a689dba9df5746a90223b15718ddd /doc
parent6b9b0f04536b2ea88673745be627ef87c008beaf (diff)
downloadconnman-0e61de547504961dd51d21cc1a0ff763c1cc94e4.tar.gz
connman-0e61de547504961dd51d21cc1a0ff763c1cc94e4.tar.bz2
connman-0e61de547504961dd51d21cc1a0ff763c1cc94e4.zip
The network interface for informational purpose only
Diffstat (limited to 'doc')
-rw-r--r--doc/network-lowlevel-api.txt24
1 files changed, 3 insertions, 21 deletions
diff --git a/doc/network-lowlevel-api.txt b/doc/network-lowlevel-api.txt
index 96fe20fc..6572f0f1 100644
--- a/doc/network-lowlevel-api.txt
+++ b/doc/network-lowlevel-api.txt
@@ -12,16 +12,6 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
- void SetProperty(string name, variant value)
-
- Changes the value of the specified property. Only
- properties that are listed as read-write are
- changeable. On success a PropertyChanged signal
- will be emitted.
-
- Possible Errors: [service].Error.InvalidArguments
- [service].Error.InvalidProperty
-
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
@@ -60,29 +50,21 @@ Properties string Address [readonly]
If the network type is WiFi, then this property is
present and contains the binary SSID value.
- string WiFi.Mode [readonly, readwrite]
+ string WiFi.Mode [readonly]
If the network type is WiFi, then this property is
present and contains the mode of the network. The
possible values are "managed" or "adhoc".
- For scanned networks this value is read only, but in
- case the network was manually created it is also
- changeable.
-
- string WiFi.Security [readonly, readwrite]
+ string WiFi.Security [readonly]
If the network type is WiFi, then this property is
present and contains the security method or key
management setting.
- For scanned networks this value is read only, but in
- case the network was manually created it is also
- changeable.
-
Possible values are "none", "wep", "wpa" and "rsn".
- string WiFi.Passphrase [readwrite]
+ string WiFi.Passphrase [readonly]
If the network type is WiFi and a passhrase is
requires, then this property is present and contains