diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-29 14:27:16 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-29 14:27:16 +0200 |
commit | 53c867d7528e68f23419c9d5c7161f9703b654bf (patch) | |
tree | 41dc536fb3c1a250c2c758e4944c073f38355eb3 /doc | |
parent | b8885a948923aa78f9d91f309556ea1c8843b050 (diff) | |
download | connman-53c867d7528e68f23419c9d5c7161f9703b654bf.tar.gz connman-53c867d7528e68f23419c9d5c7161f9703b654bf.tar.bz2 connman-53c867d7528e68f23419c9d5c7161f9703b654bf.zip |
Add support for PassphraseRequired property
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 17 |
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] |