From owner-freebsd-net@FreeBSD.ORG Wed Apr 9 16:11:05 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C17F7106564A; Wed, 9 Apr 2008 16:11:05 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0D98FC1F; Wed, 9 Apr 2008 16:11:05 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from Macintosh-2.local ([10.0.0.194]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m39GB4pu076250 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Apr 2008 09:11:04 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <47FCEA99.4050000@freebsd.org> Date: Wed, 09 Apr 2008 09:11:05 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Brooks Davis References: <20080409130531.GA73375@gvr.gvr.org> <20080409141324.GA43689@lor.one-eyed-alien.net> In-Reply-To: <20080409141324.GA43689@lor.one-eyed-alien.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-net@freebsd.org Subject: Re: 802.1x for wired networks X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 16:11:05 -0000 Brooks Davis wrote: > On Wed, Apr 09, 2008 at 03:05:31PM +0200, Guido van Rooij wrote: >> What is the best way to be able to have a FreeBSD system connect >> via 802.1x to a wired network? Wap_supplicant seems to insist on >> calling 80211 ioctl's and thus fails. >> >> I found the open1x project, but did not find it in the ports tree. >> This suggests that perhaps there is a native solution after all, yet >> I can't seem to find it. >> >> Any suggestions? > > Sam just comitted support to /etc/rc.d/wpa_supplicant in head to set the > driver to bsd or wired based on the device media type. > > -- Brooks Right; you need to specify -Dwired to get the "wired driver". Note I have no way of testing wired supplicant operation so if it works I'd like to hear about it. Sam