--- doc/config-format.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/config-format.txt b/doc/config-format.txt index d825070..f2927e2 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -87,6 +87,10 @@ The following options are valid if Type is "wifi" Prefix the value with "EAP-" to indicate the usage of an EAP-based inner authentication method (should only be used with EAP = TTLS). - Passphrase: RSN/WPA/WPA2 Passphrase +- Security: The security type of the network. Possible values are 'psk' (WPA + PSK), 'ieee802x' (WPA EAP), 'none' and 'wep'. If this value is not set, the + a value of 'ieee8021x' is used when EAP type is set, a value of 'psk' when + a passphrase is present and 'none' otherwise. - Hidden: If set to true, then this AP is hidden. If missing or set to false, then AP is not hidden. -- 1.9.1
_______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
