summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArron Wang <arron.wang@intel.com>2012-09-24 14:42:02 +0800
committerZhang zhengguang <zhengguang.zhang@intel.com>2014-10-31 16:06:20 +0800
commitd9c8d2e9c9b3d0b7c8c884e74b124895a627d148 (patch)
tree4f0e953e3aec22a7ab7334eba664df14fdd795ac /doc
parent98894f533f23fe532a4449ddaafaa69d39441980 (diff)
downloadconnman-d9c8d2e9c9b3d0b7c8c884e74b124895a627d148.tar.gz
connman-d9c8d2e9c9b3d0b7c8c884e74b124895a627d148.tar.bz2
connman-d9c8d2e9c9b3d0b7c8c884e74b124895a627d148.zip
Tizen: Append extra wifi service property
Append wifi property bssid, maxrate, frequency, encryptionmode to wifi service Change-Id: I1d5987334ab288fc04ff931fda5108f4afe864f0
Diffstat (limited to 'doc')
-rw-r--r--doc/service-api.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index c9dd7e2f..74c83456 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -191,6 +191,32 @@ Properties string State [readonly]
This property might be only present for WiFi
services.
+ string BSSID [readonly]
+
+ If the service type is WiFi, then this property
+ indicates the BSSID of the service.
+
+ uint32 MaxRate [readonly]
+
+ If the service type is WiFi, then this property
+ indicates the Maximum speed(bps) of the service.
+
+ uint16 Frequency [readonly]
+
+ If the service type is WiFi, then this property
+ indicates the frequency band(MHz) of the service.
+
+ string EncryptionMode [readonly]
+
+ If the service type is WiFi, then this property
+ indicates the key encryption mode.
+
+ Possible values are "none", "wep", "tkip", "aes"
+ and "mixed".
+
+ This property might be only present for WiFi
+ services.
+
uint8 Strength [readonly]
Indicates the signal strength of the service. This