From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 16:30:23 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 69CA416A41F for ; Tue, 7 Jun 2005 16:30:23 +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 E754443D5D for ; Tue, 7 Jun 2005 16:30:22 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.94] ([66.127.85.94]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j57GUMms050177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Jun 2005 09:30:22 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42A5CBAC.4000409@errno.com> Date: Tue, 07 Jun 2005 09:30:36 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) 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> In-Reply-To: <17061.50966.381799.889500@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: Tue, 07 Jun 2005 16:30:23 -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. Sam