From owner-freebsd-current@FreeBSD.ORG Fri Jul 8 19:13:46 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 939B716A41C for ; Fri, 8 Jul 2005 19:13:46 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61EEB43D48 for ; Fri, 8 Jul 2005 19:13:46 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1DqyIB-0005ir-Mv; Fri, 08 Jul 2005 19:13:43 +0000 Received: from [127.0.0.1] (helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1DqyIB-000F24-12; Fri, 08 Jul 2005 09:13:43 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17102.53350.509951.422552@roam.psg.com> Date: Fri, 8 Jul 2005 09:13:42 -1000 To: Sam Leffler References: <42A5253E.10401@errno.com> <17061.50966.381799.889500@roam.psg.com> <42A5CBAC.4000409@errno.com> <17102.6118.407470.645664@roam.psg.com> <42CEB469.6040105@errno.com> 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 19:13:46 -0000 >> 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 any reason this is not default? > 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. heck, i am still working out a wpa_supplicant.conf that does simple wep! randy