From 842cf92928d5492af2563a1021ae92b9a71495d9 Mon Sep 17 00:00:00 2001 From: thepeople Date: Mon, 18 Feb 2008 23:40:31 +0000 Subject: change psk back to key git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10488 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/files/hostapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 570f2ed07..2f06cc2d1 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -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*) -- cgit v1.2.3