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

--- Comment #2 from Andriy Voskoboinyk <a...@freebsd.org> ---
for access point (will be created as 'wlan3'):
- manually (with SSID 'test_hostap'):
ifconfig wlan3 create wlandev rtwn0 wlanmode hostap ssid AP
hostapd /etc/hostapd-wlan3.conf

- automatically (in /etc/rc.conf):
wlans_rtwn0="wlan3"
create_args_wlan3="wlanmode hostap"
ifconfig_wlan3="HOSTAP ssid AP"

sample config for hostapd(8) (should be in /etc/hostapd-wlan3.conf):

> interface=wlan3
> debug=1
> ctrl_interface_group=wheel
> ssid=AP
> wpa=2
> wpa_passphrase=passphrase
> wpa_key_mgmt=WPA-PSK
> wpa_pairwise=CCMP

-- 
You are receiving this mail because:
You are on the CC list 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