From owner-freebsd-current@FreeBSD.ORG Fri Jul 8 17:09:15 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6438516A41C for ; Fri, 8 Jul 2005 17:09:15 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2392643D46 for ; Fri, 8 Jul 2005 17:09:15 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j68H9Dms056177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Jul 2005 10:09:14 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42CEB469.6040105@errno.com> Date: Fri, 08 Jul 2005 10:14:17 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Randy Bush References: <42A5253E.10401@errno.com> <17061.50966.381799.889500@roam.psg.com> <42A5CBAC.4000409@errno.com> <17102.6118.407470.645664@roam.psg.com> In-Reply-To: <17102.6118.407470.645664@roam.psg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: HEADSUP: wpa support in the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 17:09:15 -0000 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