diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-04-22 18:51:50 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-04-22 18:51:50 +0100 |
commit | 39c111ac510f17fbd916d8bed389db24a18c4bd6 (patch) | |
tree | 172e340d6ae9656a1ceb741fd67ef6de13c8a25a /doc | |
parent | 601103f1737b2e9a3243f2bcc1dcd06bdd55d388 (diff) | |
download | connman-39c111ac510f17fbd916d8bed389db24a18c4bd6.tar.gz connman-39c111ac510f17fbd916d8bed389db24a18c4bd6.tar.bz2 connman-39c111ac510f17fbd916d8bed389db24a18c4bd6.zip |
Add support for service passphrase handling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 4e090567..48649512 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -122,6 +122,14 @@ Properties string State [readonly] This property might be only present for WiFi services. + string Passphrase [readwrite] + + 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. + uint8 Strength [readonly] Indicates the signal strength of the service. This |