config_get maclist "$device" maclist
config_get macaddr "$device" macaddr
config_get txpower "$device" txpower
+ config_get frag "$device" frag
+ config_get rts "$device" rts
local vif_pre_up vif_post_up vif_do_up vif_txpower
+ local doth=0
+ local wmm=0
_c=0
nas="$(which nas)"
} || {
slottime="${slottime:--1}"
}
-
+
case "$macfilter" in
allow|2)
macfilter=2;
append vif_pre_up "vif $_c" "$N"
append vif_post_up "vif $_c" "$N"
append vif_do_up "vif $_c" "$N"
-
+
+ config_get_bool wmm "$vif" wmm "$wmm"
+ config_get_bool doth "$vif" doth "$doth"
+
[ "$mode" = "sta" ] || {
config_get_bool hidden "$vif" hidden 0
append vif_pre_up "closed $hidden" "$N"
wlc stdin <<EOF
$ifdown
+apsta $apsta
ap $ap
${mssid:+mssid $mssid}
-apsta $apsta
infra $infra
${wet:+wet 1}
802.11d 0
-802.11h 0
+802.11h ${doth:-0}
+wme ${wmm:-0}
rxant ${rxantenna:-3}
txant ${txantenna:-3}
+fragthresh ${frag:-2346}
+rtsthresh ${rts:-2347}
monitor ${monitor:-0}
passive ${passive:-0}