mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 15:07:57 +02:00
change psk back to key
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bdf17f190b
commit
842cf92928
@ -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…
x
Reference in New Issue
Block a user