diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-14 14:13:15 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-14 14:13:15 -0800 |
commit | f774364e5796a0cca84c1edc0dc7e3a0fda23493 (patch) | |
tree | b8c3781795388835b6094dc615a5641e1518ec0d /doc | |
parent | 9bab56da9307eb687e9c80eb2640f210fc5de21e (diff) | |
download | connman-f774364e5796a0cca84c1edc0dc7e3a0fda23493.tar.gz connman-f774364e5796a0cca84c1edc0dc7e3a0fda23493.tar.bz2 connman-f774364e5796a0cca84c1edc0dc7e3a0fda23493.zip |
Document the changed security values for PSK and IEEE 802.1x
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index ddf7f16c..68d299e9 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -169,7 +169,8 @@ Properties string State [readonly] present and contains the security method or key management setting. - Possible values are "none", "wep", "wpa" and "rsn". + Possible values are "none", "wep", "psk" and + also "ieee8021x". This property might be only present for WiFi services. |