https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214266

--- Comment #3 from Andriy Voskoboinyk <a...@freebsd.org> ---
> ifconfig_rtwn0="ether 00:21:cc:d3:e7:1b regdomain ETSI country DE"
> wlans_rtwn0="wlan0"
> ifconfig_wlan0="WPA"

This config looks wrong; I think it should look like:

wlans_rtwn0="wlan0"
create_args_wlan0="wlanaddr 00:21:cc:d3:e7:1b regdomain ETSI country DE"
ifconfig_wlan0="WPA"

or

wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA ether 00:21:cc:d3:e7:1b regdomain ETSI country DE"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to