HS 2.0R2: Fix req_conn_capab example
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 26 Feb 2014 22:43:58 +0000 (00:43 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 26 Feb 2014 22:43:58 +0000 (00:43 +0200)
Protocol field needs to be separated properly from te port number list.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/README-HS20

index b6f0673..d0b0b50 100644 (file)
@@ -260,7 +260,7 @@ Credentials can be pre-configured for automatic network selection:
 #      Format: <protocol>[:<comma-separated list of ports]
 #      Multiple entries can be used to list multiple requirements.
 #      For example, number of common TCP protocols:
-#      req_conn_capab=6,22,80,443
+#      req_conn_capab=6:22,80,443
 #      For example, IPSec/IKE:
 #      req_conn_capab=17:500
 #      req_conn_capab=50