Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Feb 2017 20:47:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 216748] RTL8188CUS usb wifi adapter not working with CURRENT on i386 (not tested on other arch)
Message-ID:  <bug-216748-17-q8Up4HiNc5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216748-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216748-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216748

--- Comment #2 from Andriy Voskoboinyk <avos@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=3D"wlan3"
create_args_wlan3=3D"wlanmode hostap"
ifconfig_wlan3=3D"HOSTAP ssid AP"

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

> interface=3Dwlan3
> debug=3D1
> ctrl_interface_group=3Dwheel
> ssid=3DAP
> wpa=3D2
> wpa_passphrase=3Dpassphrase
> wpa_key_mgmt=3DWPA-PSK
> wpa_pairwise=3DCCMP

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216748-17-q8Up4HiNc5>