Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 07:07:23 +1000
From:      "Dewayne Geraghty" <dewayne.geraghty@heuristicsystems.com.au>
To:        <freebsd-isp@freebsd.org>
Subject:   RE: Hostapd + Radius + PEAP
Message-ID:  <A6D60532AB304C55B4B21C22BF3A3B66@HS>
In-Reply-To: <4C054207.9070204@nlink.com.br>
References:  <4C054207.9070204@nlink.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
You may need to modify the /usr/src/contrib/wpa/hostapd/defconfig 
to change the build settings. On 8.1 PRERELEASE the EAP_PEAP is 
included in the build configuration file (see below)

# grep -v ^\# /usr/src/contrib/wpa/hostapd/defconfig|grep EAP 
CONFIG_EAP=y 
CONFIG_EAP_MD5=y 
CONFIG_EAP_TLS=y 
CONFIG_EAP_MSCHAPV2=y 
CONFIG_EAP_PEAP=y 
CONFIG_EAP_GTC=y 
CONFIG_EAP_TTLS=y 

Which I've crudely verified with
# strings /usr/sbin/hostapd | grep EAP|grep PEAP
PEAP

Regards, Phil.




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