Hostapd + Radius + PEAP
Dewayne Geraghty
dewayne.geraghty at heuristicsystems.com.au
Tue Jun 1 23:24:01 UTC 2010
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.
More information about the freebsd-isp
mailing list