Signed-off-by: Peter Meerwald <[email protected]> Cc: Patrik Flykt <[email protected]> --- doc/config-format.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/config-format.txt b/doc/config-format.txt index 735ed22..a661c04 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -6,7 +6,8 @@ be looking for its configuration files at STORAGEDIR which by default points to /var/lib/connman/. Configuration file names must not include other characters than letters or numbers and must have a .config suffix. Those configuration files are text files with a simple key-value pair format, -organized into sections. We typically have one file per provisioned network. +organized into sections. Values do not comprise leading or trailing whitespace. +We typically have one file per provisioned network. If the config file is removed, then Connman tries to remove the provisioned services. If an individual service inside a config is removed, @@ -64,8 +65,9 @@ then SLAAC or DHCPv6 is used. The following options are valid if Type is "wifi" - Name: A string representation of an 802.11 SSID. If the SSID field is present, the Name field is ignored. -- SSID: A hexadecimal representation of an 802.11 SSID. If the SSID field is - omitted, the Name field is used instead. +- SSID: A hexadecimal representation of an 802.11 SSID. Use this format to + encode special characters. If the SSID field is omitted, the Name field + is used instead. - EAP: EAP type. We currently only support tls, ttls or peap. - CACertFile: File path to CA certificate file (PEM/DER). - ClientCertFile: File path to client certificate file (PEM/DER). -- 1.8.3.4 _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
