change psk back to key
SVN-Revision: 10488
This commit is contained in:
parent
670b7ab883
commit
fe7e52b4fa
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ hostapd_setup_vif() {
|
||||||
# use crypto/auth settings for building the hostapd config
|
# use crypto/auth settings for building the hostapd config
|
||||||
case "$enc" in
|
case "$enc" in
|
||||||
*psk*|*PSK*)
|
*psk*|*PSK*)
|
||||||
config_get psk "$vif" psk
|
config_get psk "$vif" key
|
||||||
append hostapd_cfg "wpa_passphrase=$psk" "$N"
|
append hostapd_cfg "wpa_passphrase=$psk" "$N"
|
||||||
;;
|
;;
|
||||||
*wpa*|*WPA*)
|
*wpa*|*WPA*)
|
||||||
|
|
Loading…
Reference in a new issue