Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 21:30:26 -0700
From:      Rui Paulo <rpaulo@freebsd.org>
To:        Glen Barber <gjb@FreeBSD.org>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: ifconfig_wlanX=HOSTAP
Message-ID:  <AE248556-026A-4D77-B8CF-381D8079A119@freebsd.org>
In-Reply-To: <20130628040233.GB15896@glenbarber.us>
References:  <72B6BF13-AC2B-40F9-B303-00A7DA6299EE@FreeBSD.org> <alpine.GSO.1.10.1306261241520.26275@multics.mit.edu> <96A4B1AC-5E51-4BC4-B5E2-3AD8637C38B9@freebsd.org> <20130628040233.GB15896@glenbarber.us>

next in thread | previous in thread | raw e-mail | index | archive | help

On 27 Jun 2013, at 21:02, Glen Barber <gjb@FreeBSD.org> wrote:

> On Thu, Jun 27, 2013 at 09:00:09PM -0700, Rui Paulo wrote:
>> On 26 Jun 2013, at 09:44, Benjamin Kaduk <kaduk@MIT.EDU> wrote:
>>=20
>>> On Tue, 25 Jun 2013, Rui Paulo wrote:
>>>=20
>>>> Hi,
>>>>=20
>>>> There's a new configuration mode for hostap: ifconfig_wlanX=3DHOSTAP.=
 See http://svnweb.freebsd.org/base?view=3Drevision&revision=3D252230
>>>>=20
>>>> Do you know if the FreeBSD handbook (or any other documentation =
besides man pages) needs to be changed?
>>>=20
>>> Hi Rui,
>>>=20
>>> It seems that =
http://www.freebsd.org/doc/handbook/network-wireless.html does have some =
documentation on the configuration of host access points, which could =
benefit from adoption to this new configuration mode.
>>>=20
>>> Were you proposing that you make these changes?  The relevant source =
file is =
doc/head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml.
>>=20
>>=20
>> Well, if no one else is available to help out, I can try to make the =
changes.
>>=20
>=20
> I'm available to help.  Let me know what you need.


I think these changes should be enough:

-------------------------------

32.3.5.3. WPA Host-based Access Point

hostapd_enable=3D"YES" -> ifconfig_wlan0=3D"HOSTAP"

32.3.5.3.1. WPA-PSK

/etc/hostapd.conf -> /etc/hostapd-wlan0.conf
ctrl_interface=3D/var/run/hostapd -> =
ctrl_interface=3D/var/run/hostapd-wlan0

# service hostapd forcestart -> # service netif wlan0 forcestart=20

-------------------------------

Thanks,

--
Rui Paulo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AE248556-026A-4D77-B8CF-381D8079A119>