doc: SSID field is hexadecimal only, also document Name field
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 11 May 2012 09:40:16 +0000 (12:40 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 11 May 2012 10:06:28 +0000 (13:06 +0300)
doc/config-format.txt

index cf89c09..a9c560f 100644 (file)
@@ -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).