summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index dde474f2..7a350eea 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -170,8 +170,21 @@ Properties string State [readonly]
If the service type is WiFi, then this property
can be used to store a passphrase.
- This property is still experimental and might be
- removed in future version.
+ No PropertyChanged signals will be send 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]