From owner-freebsd-current@FreeBSD.ORG Tue Aug 2 21:41:39 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 24C8C16A41F for ; Tue, 2 Aug 2005 21:41:39 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2D043D49 for ; Tue, 2 Aug 2005 21:41:38 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1307060wra for ; Tue, 02 Aug 2005 14:41:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ub10n0T52jvyEy0Y5IFLryTVUfS/OwjuIh1bW+YY/KdOv5UHaDssKDdrL7qHH0RPR6cCtUOWCt9ajL04QtxY0o+BbF1xtzxAGFJxWwU/RLVGRwn74t9heAkgg4cstsQwS8bjhkhN8vO4sTxQzRy8SNwJGo86FPgdZ6HfAgYn5o4= Received: by 10.54.120.12 with SMTP id s12mr4106237wrc; Tue, 02 Aug 2005 14:41:37 -0700 (PDT) Received: by 10.54.84.16 with HTTP; Tue, 2 Aug 2005 14:41:37 -0700 (PDT) Message-ID: <63c3899e050802144156400b27@mail.gmail.com> Date: Tue, 2 Aug 2005 22:41:37 +0100 From: Chris Hodgins To: Brooks Davis In-Reply-To: <20050802212438.GA26016@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <63c3899e0508020349cec6162@mail.gmail.com> <000f01c597a8$191d07c0$642a15ac@SMILEY> <20050802212438.GA26016@odin.ac.hmc.edu> Cc: Darren Pilgrim , 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 Reply-To: Chris Hodgins 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:41:39 -0000 On 8/2/05, Brooks Davis wrote: > On Tue, Aug 02, 2005 at 02:21:05PM -0700, Darren Pilgrim wrote: > > 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. >=20 > cd src/usr.sbin/wpa > make -DENABLE_WPA_SUPPLICANT_EAPOL > make -DENABLE_WPA_SUPPLICANT_EAPOL install >=20 > ought to do it. You'll rebuild hostapd in addition to wpa_supplicant > and wpa_cli, but that shouldn't hurt much. >=20 > -- Brooks >=20 Managed to work that out after a little playing around. I just added ENABLE_WPA_SUPPLICANT_EAPOL=3Dtrue to /etc/make.conf and compiled as above but without the variable definition. Unfortunetly it is still not working, producing errors like "ioctl[SIOCS80211] invalid argument". If anyone is interested I can paste the full error tomorrow. This is how dmesg shows my ethernet card: rl0: port 0xd800-0xd8ff mem 0xe00ff400-0xe00ff4ff irq 19 at device 6.0 on pci1 Chris