hostapd: fix mixed wep/wpa with netifd

Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>

SVN-Revision: 39174
master
Felix Fietkau 11 years ago
parent da886d761a
commit c7d23cbeb9
  1. 1
      package/network/services/hostapd/files/netifd.sh

@ -233,6 +233,7 @@ hostapd_set_bss_options() {
;;
wep)
local wep_keyidx=0
json_get_vars key
hostapd_append_wep_key bss_conf
append bss_conf "wep_default_key=$wep_keyidx" "$N"
[ -n "$wep_rekey" ] && append bss_conf "wep_rekey_period=$wep_rekey" "$N"

Loading…
Cancel
Save