Date: Fri, 08 Jul 2005 10:14:17 -0700 From: Sam Leffler <sam@errno.com> To: Randy Bush <randy@psg.com> Cc: freebsd-current@freebsd.org Subject: Re: HEADSUP: wpa support in the tree Message-ID: <42CEB469.6040105@errno.com> In-Reply-To: <17102.6118.407470.645664@roam.psg.com> References: <42A5253E.10401@errno.com> <17061.50966.381799.889500@roam.psg.com> <42A5CBAC.4000409@errno.com> <17102.6118.407470.645664@roam.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush wrote: >>>T-Mobile uses EAP-TTLSv0 from >>>internet-drafts/draft-funk-eap-ttls-v0-00.txt. i would deeply >>>love not to have to use my browser to do userid/password signon >>>to their hotspots. any clues/cookbook? >> >>I'll look at adding a knob to wpa_supplicant's Makefile to enable >>EAP-TTLS support. Until then look at contrib/wpa_supplicant/Makefile >>and extract the bits you need for the other Makefile. > > > is there an idiot's howto for tmobile eap/ttls yet? No but you reminded me I forgot to update make.conf and the man page. To get what you want define: ENABLE_WPA_SUPPLICANT_EAPOL=true in your make.conf file and rebuild wpa_supplicant. You'll have EAPOL support including EAP-TTLS. Past that you're on your own writing the wpa_supplicant.conf stuff; check Jouni's documentation for help until someone improves the FreeBSD man pages. Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42CEB469.6040105>