RE: Hostapd + Radius + PEAP

"Dewayne Geraghty" <[email protected]> Wed, 2 Jun 2010 07:07:23 +1000
Newsgroups gmane.os.freebsd.isp
Message-ID <A6D60532AB304C55B4B21C22BF3A3B66@HS>
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.

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "[email protected]"