ath not working with r238290

Kim Culhan w8hdkim at gmail.com
Wed Jul 11 01:14:00 UTC 2012


On Tue, Jul 10, 2012 at 7:57 PM, Adrian Chadd <adrian at freebsd.org> wrote:
> .. hm, what ifconfig commands is 'netif onestart' sending? What do you
> have in your rc.conf ?
>
> I haven't tested AR5212 out, I'll make sure I do that tonight.

Thanks muchly, the network from rc.conf:

ifconfig_re0="DHCP"
gateway_enable="YES"
cloned_interfaces="bridge0"
ifconfig_wlan0="channel 11"
wlans_ath0="wlan0"
create_args_wlan0="wlanmode hostap mode 11g"
ifconfig_bridge0="inet 10.0.0.3 addm wlan0 addm em0 up"
ifconfig_em0="up"
hostapd_enable=YES
pf_enable="YES"

from hostapd.conf

interface=wlan0
driver=bsd
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
#debug=3
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
ssid=athssid
macaddr_acl=0
auth_algs=1
ieee8021x=0
wpa=2
wpa_passphrase=supersecret
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP

-kim


More information about the freebsd-wireless mailing list