From owner-freebsd-current@FreeBSD.ORG Tue Aug 2 21:21:08 2005 Return-Path: X-Original-To: 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 DA40416A41F for ; Tue, 2 Aug 2005 21:21:08 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6000A43D58 for ; Tue, 2 Aug 2005 21:21:08 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 14BC219F3B; Tue, 2 Aug 2005 14:23:54 -0700 (PDT) From: "Darren Pilgrim" To: "'Chris Hodgins'" Date: Tue, 2 Aug 2005 14:21:05 -0700 Message-ID: <000f01c597a8$191d07c0$642a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <63c3899e0508020349cec6162@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Importance: Normal Cc: current@freebsd.org Subject: RE: wpa_supplicant support for EAP_TTLS and wired drivers 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, 02 Aug 2005 21:21:09 -0000 From: Chris Hodgins [mailto:christopher.hodgins@gmail.com] > On 8/2/05, Darren Pilgrim wrote: > > From: Chris Hodgins > > > > > > # wpa_supplicant -c wpa.conf -irl0 > > > Line 6: unknown EAP method 'TTLS' > > > > Do you have ENABLE_WPA_SUPPLICANT_EAPOL defined in /etc/make.conf? > > No, I don't. It seems I should have read the man page for > the config file a little more thoroughly. Is it possible to > just rebuild wpa supplicant in my base without having build > the whole world again? I'm not sure how ENABLE_WPA_SUPPLICANT_EAPOL gets used. I don't have a machine in front of me to test with and a quick perusal of src/contrib/wpa_supplicant didn't turn up anything obvious. Sam Leffler or another guru would have to say for sure. Maybe just build it and try?