hostapd: fix mixed wep/wpa with netifd
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> SVN-Revision: 39174
This commit is contained in:
parent
da886d761a
commit
c7d23cbeb9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue