diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:24:44 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:24:44 +0200 |
commit | fa54ada1a44c97165690e548719231de23756e74 (patch) | |
tree | 71f527267dcf61141484b329d8dd33a727a8d53b /doc | |
parent | 7a843670c69383f3e3cc11839cd6715643032cdb (diff) | |
download | connman-fa54ada1a44c97165690e548719231de23756e74.tar.gz connman-fa54ada1a44c97165690e548719231de23756e74.tar.bz2 connman-fa54ada1a44c97165690e548719231de23756e74.zip |
doc: Remove deprecated properties and values
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 6fef1062..d04f4067 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -167,39 +167,11 @@ Properties string State [readonly] or key management settings. Possible values are "none", "wep", "psk", "ieee8021x" - and also "wps". Alternate values for "psk" can also - be "wpa" and "rsn". + and also "wps". This property might be only present for WiFi services. - boolean LoginRequired [readonly] - - This property indicates that an additional login - step, like web based authentication, is needed - before the connection establishment can proceed. - - string Passphrase [readwrite] - - If the service type is WiFi, then this property - can be used to store a passphrase. - - No PropertyChanged signals will be sent for this - property. The PassphraseRequired property should - be monitored instead. - - This property might also not always be included - since it is protected by a different security policy. - - boolean PassphraseRequired [readonly] - - If the service type is WiFi, then this property - indicates if a passphrase is required. - - If a passphrase has been set already or if no - passphrase is needed, then this property will - be set to false. - uint8 Strength [readonly] Indicates the signal strength of the service. This |