[ifxmips] refresh kernel patches
[openwrt.git] / package / hostapd / files / hostapd.sh
index 570f2ed..2f06cc2 100644 (file)
@@ -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*)
This page took 0.024278 seconds and 4 git commands to generate.