summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-11 12:40:16 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-11 13:06:28 +0300
commitc67ffeb366bd08b2204e23d524ab09d8d330dc3b (patch)
tree670f4b08babfe985f040eea45da88843b2ed54a4 /doc
parentc4464347e402d66ee2c64c63d4a9b9a57f21c74d (diff)
downloadconnman-c67ffeb366bd08b2204e23d524ab09d8d330dc3b.tar.gz
connman-c67ffeb366bd08b2204e23d524ab09d8d330dc3b.tar.bz2
connman-c67ffeb366bd08b2204e23d524ab09d8d330dc3b.zip
doc: SSID field is hexadecimal only, also document Name field
Diffstat (limited to 'doc')
-rw-r--r--doc/config-format.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/config-format.txt b/doc/config-format.txt
index cf89c09c..a9c560fc 100644
--- a/doc/config-format.txt
+++ b/doc/config-format.txt
@@ -31,7 +31,9 @@ to store the different services into an hash table.
Allowed fields:
- Type: Service type. We currently only support wifi.
-- SSID: An hexadecimal or a string representation of a 802.11 SSID.
+- Name: Service name
+- SSID: An hexadecimal representation of a 802.11 SSID. 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).