mirror of https://github.com/hak5/openwrt-owl.git
parent
54c017e74b
commit
7248b5e0a9
|
@ -178,7 +178,7 @@ enable_broadcom() {
|
||||||
append vif_post_up "eap_restrict $eap_r" "$N"
|
append vif_post_up "eap_restrict $eap_r" "$N"
|
||||||
|
|
||||||
config_get ssid "$vif" ssid
|
config_get ssid "$vif" ssid
|
||||||
append vif_post_up "vlan_mode 0"
|
append vif_post_up "vlan_mode 0" "$N"
|
||||||
append vif_post_up "ssid $ssid" "$N"
|
append vif_post_up "ssid $ssid" "$N"
|
||||||
case "$mode" in
|
case "$mode" in
|
||||||
sta|adhoc) append vif_do_up "ssid $ssid" "$N";;
|
sta|adhoc) append vif_do_up "ssid $ssid" "$N";;
|
||||||
|
@ -218,7 +218,7 @@ radio ${radio:-1}
|
||||||
macfilter 0
|
macfilter 0
|
||||||
maclist none
|
maclist none
|
||||||
wds ${wds:-none}
|
wds ${wds:-none}
|
||||||
${channel:-channel $channel}
|
${channel:+channel $channel}
|
||||||
country ${country:-IL0}
|
country ${country:-IL0}
|
||||||
maxassoc ${maxassoc:-128}
|
maxassoc ${maxassoc:-128}
|
||||||
slottime ${slottime:--1}
|
slottime ${slottime:--1}
|
||||||
|
|
Loading…
Reference in New Issue