Add something like this to your /etc/rc.d/rc.inet1.conf (make sure you remove the similar empty
VARIABLE[1]="" entries, or edit that block to make it look like below):
Code:
IFNAME[1]="ath0"
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]="yes"
DHCP_HOSTNAME[1]=""
WLAN_ESSID[1]=YOURESSID
WLAN_MODE[1]=Managed
WLAN_KEY[1]="0123456789ABCDEF0123456789"
and of course fill in your own ESSID and WEP key values.
Then run
Code:
/etc/rc.d/rc.inet1 ath0_restart
That will get you going. This should be all you need to add to the configuration files to make the interface activate on boot.
Eric