From e5379d85aab8bd6cd6d675048797b7134be28dc9 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 4 Feb 2011 20:18:23 +0100 Subject: service: Remove WPS from the exported D-Bus properties When WPS is supported it is added to the security string array. --- doc/service-api.txt | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'doc/service-api.txt') 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 -- cgit v1.2.3