Fix sae_password documentation in wpa_supplicant to refer correct field
sae_password replaces psk, not passphrase, parameter in wpa_supplicant. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f75ed521a5
commit
a2ab37308a
1 changed files with 3 additions and 3 deletions
|
@ -936,9 +936,9 @@ fast_reauth=1
|
|||
#
|
||||
# sae_password: SAE password
|
||||
# This parameter can be used to set a password for SAE. By default, the
|
||||
# passphrase value is used if this separate parameter is not used, but
|
||||
# passphrase follows the WPA-PSK constraints (8..63 characters) even
|
||||
# though SAE passwords do not have such constraints.
|
||||
# passphrase from the psk parameter is used if this separate parameter is not
|
||||
# used, but psk follows the WPA-PSK constraints (8..63 characters) even though
|
||||
# SAE passwords do not have such constraints.
|
||||
#
|
||||
# eapol_flags: IEEE 802.1X/EAPOL options (bit field)
|
||||
# Dynamic WEP key required for non-WPA mode
|
||||
|
|
Loading…
Reference in a new issue