1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

change psk back to key

SVN-Revision: 10488
This commit is contained in:
Travis Kemen 2008-02-18 23:40:31 +00:00
parent 670b7ab883
commit fe7e52b4fa

@ -38,7 +38,7 @@ hostapd_setup_vif() {
# use crypto/auth settings for building the hostapd config
case "$enc" in
*psk*|*PSK*)
config_get psk "$vif" psk
config_get psk "$vif" key
append hostapd_cfg "wpa_passphrase=$psk" "$N"
;;
*wpa*|*WPA*)