summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-03-31 20:58:54 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-03-31 20:58:54 -0700
commit7edc4abc4e6b01a422ffc4a719ce2abc26f6dc9a (patch)
tree831332e0275ebfe02c4e331d60dae09173e78825 /doc/service-api.txt
parent0cded07a3be87def98f9aafe7b5dd6c8f3b232e9 (diff)
downloadconnman-7edc4abc4e6b01a422ffc4a719ce2abc26f6dc9a.tar.gz
connman-7edc4abc4e6b01a422ffc4a719ce2abc26f6dc9a.tar.bz2
connman-7edc4abc4e6b01a422ffc4a719ce2abc26f6dc9a.zip
Add support for mode, security and signal strength service properties
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 0ed686c7..405dd50c 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -31,3 +31,22 @@ Properties string Name [readonly]
This information should only be used to determine
advanced properties or showing the correct icon
to the user.
+
+ string Mode [readonly]
+
+ If the service type is WiFi, then this property is
+ present and contains the mode of the network. The
+ possible values are "managed" or "adhoc".
+
+ string Security [readonly]
+
+ If the service type is WiFi, then this property is
+ present and contains the security method or key
+ management setting.
+
+ Possible values are "none", "wep", "wpa" and "wpa2".
+
+ uint8 Strength [readonly]
+
+ Indicates the signal strength of the service. This
+ is a normalized value between 0 and 100.