2 append DRIVERS
"atheros"
7 local macaddr
="$(config_get "$device" macaddr | tr 'A-Z' 'a-z')"
8 config_get phy
"$device" phy
9 [ -z "$phy" -a -n "$macaddr" ] && {
11 for phy
in $
(ls -d wifi
* 2>&-); do
12 [ "$macaddr" = "$(cat /sys/class/net/${phy}/address)" ] ||
continue
13 config_set
"$device" phy
"$phy"
16 config_get phy
"$device" phy
18 [ -n "$phy" -a -d "/proc/sys/dev/$phy" ] ||
{
19 echo "phy for wifi device $1 not found"
22 [ -z "$macaddr" ] && {
23 config_set
"$device" macaddr
"$(cat /sys/class/net/${phy}/address)"
31 local adhoc ahdemo sta ap monitor disabled
33 [ ${device%[0-9]} = "wifi" ] && config_set
"$device" phy
"$device"
37 config_get vifs
"$device" vifs
39 config_get_bool disabled
"$vif" disabled
0
40 [ $disabled = 0 ] ||
continue
43 [ $ifidx -gt 0 ] && vifname
="ath${device#radio}-$ifidx" || vifname
="ath${device#radio}"
45 config_get ifname
"$vif" ifname
46 config_set
"$vif" ifname
"${ifname:-$vifname}"
48 config_get mode
"$vif" mode
50 adhoc|ahdemo|sta|ap|monitor
)
54 config_get ssid
"$vif" ssid
55 [ -z "$ssid" ] && continue
57 config_set
"$vif" wds
1
58 config_set
"$vif" mode sta
61 ${addr:+append $mode "$vif"}
63 *) echo "$device($vif): Invalid mode, ignored."; continue;;
69 case "${adhoc:+1}:${sta:+1}:${ap:+1}" in
70 # valid mode combinations
73 :1:1)config_set
"$device" nosbeacon
1;; # AP+STA, can't use beacon timers for STA
77 *) echo "$device: Invalid mode combination in config"; return 1;;
80 config_set
"$device" vifs
"${sta:+$sta }${ap:+$ap }${adhoc:+$adhoc }${ahdemo:+$ahdemo }${wds:+$wds }${monitor:+$monitor}"
87 find_atheros_phy
"$device" ||
return 0
88 config_get phy
"$device" phy
90 set_wifi_down
"$device"
95 grep "$phy" "$dev/%parent" >/dev
/null
2>/dev
/null
&& {
96 [ -f "/var/run/wifi-${dev}.pid" ] &&
97 kill "$(cat "/var
/run
/wifi-
${dev}.pid
")"
100 wlanconfig
"$dev" destroy
109 find_atheros_phy
"$device" ||
return 0
110 config_get phy
"$device" phy
112 config_get regdomain
"$device" regdomain
113 [ -n "$regdomain" ] && echo "$regdomain" > /proc
/sys
/dev
/$phy/regdomain
115 config_get country
"$device" country
117 [A-Za-z
]*) country
=`grep -i "$country" /lib/wifi/madwifi_countrycodes.txt |cut -d " " -f 2`;;
121 [ -n "$country" ] && echo "$country" > /proc
/sys
/dev
/$phy/countrycode
123 config_get_bool outdoor
"$device" outdoor
"0"
124 echo "$outdoor" > /proc
/sys
/dev
/$phy/outdoor
126 config_get channel
"$device" channel
127 config_get vifs
"$device" vifs
128 config_get txpower
"$device" txpower
130 [ auto
= "$channel" ] && channel
=0
132 config_get_bool antdiv
"$device" diversity
133 config_get antrx
"$device" rxantenna
134 config_get anttx
"$device" txantenna
135 config_get_bool softled
"$device" softled
136 config_get antenna
"$device" antenna
138 devname
="$(cat /proc/sys/dev/$phy/dev_name)"
142 NanoStation2
) antgpio
=7; invert
=1;;
143 NanoStation5
) antgpio
=1; invert
=1;;
144 "NanoStation Loco2") antgpio
=2;;
147 horizontal
) antdiv
=0; anttx
=1; antrx
=1;;
148 vertical
) antdiv
=0; anttx
=2; antrx
=2;;
149 *) antdiv
=1; anttx
=0; antrx
=0;;
153 if [ -n "$invert" ]; then
160 if [ -n "$antgpio" ]; then
168 horizontal
) gpioval
=0;;
174 external
) antdiv
=0; antrx
=1; anttx
=1; gpioval
=1;;
175 horizontal
) antdiv
=0; antrx
=1; anttx
=1; gpioval
=0;;
176 vertical
) antdiv
=0; antrx
=2; anttx
=2; gpioval
=0;;
177 auto
) antdiv
=1; antrx
=0; anttx
=0; gpioval
=0;;
182 [ -x "$(which gpioctl 2>/dev/null)" ] || antenna
=
183 gpioctl
"dirout" "$antgpio" >/dev
/null
2>&1
186 gpioctl
"$_clear" "$antgpio" >/dev
/null
2>&1
189 gpioctl
"$_set" "$antgpio" >/dev
/null
2>&1
194 [ -n "$antdiv" ] && sysctl
-w dev.
"$phy".diversity
="$antdiv" >&-
195 [ -n "$antrx" ] && sysctl
-w dev.
"$phy".rxantenna
="$antrx" >&-
196 [ -n "$anttx" ] && sysctl
-w dev.
"$phy".txantenna
="$anttx" >&-
197 [ -n "$softled" ] && sysctl
-w dev.
"$phy".softled
="$softled" >&-
199 config_get distance
"$device" distance
200 [ -n "$distance" ] && sysctl
-w dev.
"$phy".distance
="$distance" >&-
203 local start_hostapd
= vif_txpower
= nosbeacon
=
204 config_get ifname
"$vif" ifname
205 config_get enc
"$vif" encryption
206 config_get eap_type
"$vif" eap_type
207 config_get mode
"$vif" mode
210 sta
) config_get_bool nosbeacon
"$device" nosbeacon
;;
211 adhoc
) config_get_bool nosbeacon
"$vif" sw_merge
1;;
214 [ "$nosbeacon" = 1 ] || nosbeacon
=""
215 ifname
=$
(wlanconfig
"$ifname" create nounit wlandev
"$phy" wlanmode
"$mode" ${nosbeacon:+nosbeacon})
217 echo "enable_atheros($device): Failed to set up $mode vif $ifname" >&2
220 config_set
"$vif" ifname
"$ifname"
222 config_get hwmode
"$device" hwmode
223 [ -z "$hwmode" ] && config_get hwmode
"$device" mode
229 *g
) hwmode
=11g
; pureg
=1;;
237 iwpriv
"$ifname" mode
"$hwmode"
238 iwpriv
"$ifname" pureg
"$pureg"
240 iwconfig
"$ifname" channel
"$channel" >/dev
/null
2>/dev
/null
242 config_get_bool hidden
"$vif" hidden
0
243 iwpriv
"$ifname" hide_ssid
"$hidden"
245 config_get ff
"$vif" ff
246 if [ -n "$ff" ]; then
247 iwpriv
"$ifname" ff
"$ff"
250 config_get wds
"$vif" wds
252 1|on|enabled
) wds
=1;;
255 iwpriv
"$ifname" wds
"$wds" >/dev
/null
2>&1
257 [ "$mode" = ap
-a "$wds" = 1 ] && {
258 config_get_bool wdssep
"$vif" wdssep
1
259 [ -n "$wdssep" ] && iwpriv
"$ifname" wdssep
"$wdssep"
265 *shared
*) iwpriv
"$ifname" authmode
2;;
266 *) iwpriv
"$ifname" authmode
1;;
268 for idx
in 1 2 3 4; do
269 config_get key
"$vif" "key${idx}"
270 iwconfig
"$ifname" enc
"[$idx]" "${key:-off}"
272 config_get key
"$vif" key
275 [1234]) iwconfig
"$ifname" enc
"[$key]";;
276 *) iwconfig
"$ifname" enc
"$key";;
281 config_get key
"$vif" key
287 config_get addr
"$vif" bssid
289 iwconfig
"$ifname" ap
"$addr"
294 config_get_bool uapsd
"$vif" uapsd
0
295 iwpriv
"$ifname" uapsd
"$uapsd"
297 config_get_bool bgscan
"$vif" bgscan
298 [ -n "$bgscan" ] && iwpriv
"$ifname" bgscan
"$bgscan"
300 config_get rate
"$vif" rate
301 [ -n "$rate" ] && iwconfig
"$ifname" rate
"${rate%%.*}"
303 config_get mcast_rate
"$vif" mcast_rate
304 [ -n "$mcast_rate" ] && iwpriv
"$ifname" mcast_rate
"${mcast_rate%%.*}"
306 config_get frag
"$vif" frag
307 [ -n "$frag" ] && iwconfig
"$ifname" frag
"${frag%%.*}"
309 config_get rts
"$vif" rts
310 [ -n "$rts" ] && iwconfig
"$ifname" rts
"${rts%%.*}"
312 config_get_bool comp
"$vif" compression
0
313 iwpriv
"$ifname" compression
"$comp" >/dev
/null
2>&1
315 config_get minrate
"$vif" minrate
316 [ -n "$minrate" ] && iwpriv
"$ifname" minrate
"$minrate"
318 config_get maxrate
"$vif" maxrate
319 [ -n "$maxrate" ] && iwpriv
"$ifname" maxrate
"$maxrate"
321 config_get_bool burst
"$vif" bursting
322 [ -n "$burst" ] && iwpriv
"$ifname" burst
"$burst"
324 config_get_bool wmm
"$vif" wmm
325 [ -n "$wmm" ] && iwpriv
"$ifname" wmm
"$wmm"
327 config_get_bool xr
"$vif" xr
328 [ -n "$xr" ] && iwpriv
"$ifname" xr
"$xr"
330 config_get_bool
ar "$vif" ar
331 [ -n "$ar" ] && iwpriv
"$ifname" ar "$ar"
333 config_get_bool beacon_power
"$vif" beacon_power
334 [ -n "$beacon_power" ] && iwpriv
"$ifname" beacon_pwr
"$beacon_power"
336 config_get_bool doth
"$vif" doth
0
337 [ -n "$doth" ] && iwpriv
"$ifname" doth
"$doth"
339 config_get_bool probereq
"$vif" probereq
340 [ -n "$probereq" ] && iwpriv
"$ifname" probereq
"$probereq"
342 config_get maclist
"$vif" maclist
343 [ -n "$maclist" ] && {
345 iwpriv
"$ifname" maccmd
3
346 for mac
in $maclist; do
347 iwpriv
"$ifname" addmac
"$mac"
351 config_get macpolicy
"$vif" macpolicy
354 iwpriv
"$ifname" maccmd
1
357 iwpriv
"$ifname" maccmd
2
360 # default deny policy if mac list exists
361 [ -n "$maclist" ] && iwpriv
"$ifname" maccmd
2
365 ifconfig
"$ifname" up
368 net_cfg
="$(find_net_config "$vif")"
369 [ -z "$net_cfg" ] ||
{
370 bridge
="$(bridge_interface "$net_cfg")"
371 config_set
"$vif" bridge
"$bridge"
372 start_net
"$ifname" "$net_cfg"
375 config_get ssid
"$vif" ssid
377 iwconfig
"$ifname" essid on
378 iwconfig
"$ifname" essid
${ssid:+-- }"$ssid"
381 set_wifi_up
"$vif" "$ifname"
383 # TXPower settings only work if device is up already
384 # while atheros hardware theoretically is capable of per-vif (even per-packet) txpower
385 # adjustment it does not work with the current atheros hal/madwifi driver
387 config_get vif_txpower
"$vif" txpower
388 # use vif_txpower (from wifi-iface) instead of txpower (from wifi-device) if
389 # the latter doesn't exist
390 txpower
="${txpower:-$vif_txpower}"
391 [ -z "$txpower" ] || iwconfig
"$ifname" txpower
"${txpower%%.*}"
395 config_get_bool isolate
"$vif" isolate
0
396 iwpriv
"$ifname" ap_bridge
"$((isolate^1))"
398 if [ -n "$start_hostapd" ] && eval "type hostapd_setup_vif" 2>/dev
/null
>/dev
/null
; then
399 hostapd_setup_vif
"$vif" madwifi ||
{
400 echo "enable_atheros($device): Failed to set up hostapd for interface $ifname" >&2
401 # make sure this wifi interface won't accidentally stay open without encryption
402 ifconfig
"$ifname" down
403 wlanconfig
"$ifname" destroy
409 if eval "type wpa_supplicant_setup_vif" 2>/dev
/null
>/dev
/null
; then
410 wpa_supplicant_setup_vif
"$vif" madwifi ||
{
411 echo "enable_atheros($device): Failed to set up wpa_supplicant for interface $ifname" >&2
412 ifconfig
"$ifname" down
413 wlanconfig
"$ifname" destroy
422 check_atheros_device
() {
423 [ ${1%[0-9]} = "wifi" ] && config_set
"$1" phy
"$1"
424 config_get phy
"$1" phy
426 find_atheros_phy
"$1" >/dev
/null ||
return 0
427 config_get phy
"$1" phy
429 [ "$phy" = "$dev" ] && found
=1
437 config_get
type "radio$devidx" type
438 [ -n "$type" ] ||
break
439 devidx
=$
(($devidx + 1))
443 for dev
in $
(ls -d wifi
* 2>&-); do
445 config_foreach check_atheros_device wifi-device
446 [ "$found" -gt 0 ] && continue
448 devname
="$(cat /proc/sys/dev/$dev/dev_name)"
452 # Ubiquiti NanoStation Loco2 features
453 option antenna vertical # (horizontal|vertical)
458 # Ubiquiti NanoStation Loco5 features
459 option antenna auto # (auto|horizontal|vertical)
464 # Ubiquiti NanoStation features
465 option antenna auto # (auto|horizontal|vertical|external)
471 config wifi-device radio$devidx
474 option macaddr $(cat /sys/class/net/${dev}/address)
476 # REMOVE THIS LINE TO ENABLE WIFI:
480 option device radio$devidx
484 option encryption none
487 devidx
=$
(($devidx + 1))