mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-17 17:03:27 +00:00
change psk back to key
SVN-Revision: 10488
This commit is contained in:
parent
670b7ab883
commit
fe7e52b4fa
@ -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 New Issue
Block a user