archboot/etc/conf.d/wireless_conf.d
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +00:00

12 lines
336 B
D

#
# Settings for wireless cards
#
# For each wireless interface declared in INTERFACES (in rc.conf), declare
# a wlan_${IF} variable that contains the arguments to be passed to
# iwconfig(8). Then list the original interface name in the
# WLAN_INTERFACES array.
#
#wlan_eth0="eth0 mode managed essid default"
#WLAN_INTERFACES=(eth0)