[Bug 216748] RTL8188CUS usb wifi adapter not working with CURRENT on i386 (not tested on other arch)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 3 20:47:03 UTC 2017


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

--- Comment #2 from Andriy Voskoboinyk <avos at 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 the assignee for the bug.


More information about the freebsd-usb mailing list