HS 2.0R2: Fix req_conn_capab example

Protocol field needs to be separated properly from te port number list.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2014-02-27 00:43:58 +02:00 committed by Jouni Malinen
parent 2ded0539c2
commit f54e92433e

View file

@ -260,7 +260,7 @@ Credentials can be pre-configured for automatic network selection:
# Format: <protocol>[:<comma-separated list of ports] # Format: <protocol>[:<comma-separated list of ports]
# Multiple entries can be used to list multiple requirements. # Multiple entries can be used to list multiple requirements.
# For example, number of common TCP protocols: # 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: # For example, IPSec/IKE:
# req_conn_capab=17:500 # req_conn_capab=17:500
# req_conn_capab=50 # req_conn_capab=50