summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-02-04 20:18:23 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-02-04 20:18:23 +0100
commite5379d85aab8bd6cd6d675048797b7134be28dc9 (patch)
tree08a791c0ec300b9e9c71feb5130be7b662bf31ae /doc/service-api.txt
parent8a5a324bbfae8f3af8273bd9f9efa8c630651c22 (diff)
downloadconnman-e5379d85aab8bd6cd6d675048797b7134be28dc9.tar.gz
connman-e5379d85aab8bd6cd6d675048797b7134be28dc9.tar.bz2
connman-e5379d85aab8bd6cd6d675048797b7134be28dc9.zip
service: Remove WPS from the exported D-Bus properties
When WPS is supported it is added to the security string array.
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt22
1 files changed, 6 insertions, 16 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 99f78d78..b3e758ea 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -174,15 +174,15 @@ Properties string State [readonly]
This property might be only present for WiFi and
Cellular services.
- string Security [readonly]
+ array{string} Security [readonly]
If the service type is WiFi, then this property is
- present and contains the security method or key
- management setting.
+ present and contains the list of security methods
+ or key management settings.
- Possible values are "none", "wep", "psk" and
- also "ieee8021x". Alternate values for "psk"
- can also be "wpa" and "rsn".
+ Possible values are "none", "wep", "psk", "ieee8021x"
+ and also "wps". Alternate values for "psk" can also
+ be "wpa" and "rsn".
This property might be only present for WiFi
services.
@@ -214,16 +214,6 @@ Properties string State [readonly]
passphrase is needed, then this property will
be set to false.
- boolean WPS [readonly]
-
- If the service type is Wifi, then this property
- indicates if it provides WPS (Wifi Protected Setup).
-
- If this is set to true, then if no Passphrase is
- provided or if given Passphrase is wrong, WPS
- push-button or pin methods will be available through
- Agent API.
-
uint8 Strength [readonly]
Indicates the signal strength of the service. This