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:
parent
2ded0539c2
commit
f54e92433e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue