From owner-freebsd-current@FreeBSD.ORG Fri Dec 10 16:46:01 2004 Return-Path: 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 9C34216A4CE for ; Fri, 10 Dec 2004 16:46:01 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9E643D48 for ; Fri, 10 Dec 2004 16:46:01 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iBAGjuWi036591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Dec 2004 08:45:56 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <41B9D4C6.5010307@errno.com> Date: Fri, 10 Dec 2004 08:54:30 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pierre DAVID References: <200412081059.22949.sam@errno.com> <20041210151628.GA33593@vagabond.ma.maison> In-Reply-To: <20041210151628.GA33593@vagabond.ma.maison> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: HEADSUP: updated net80211 layer committed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 10 Dec 2004 16:46:01 -0000 Pierre DAVID wrote: > On Wed, Dec 08, 2004 at 10:59:19AM -0800, Sam Leffler wrote: > >>I just committed a major update to the 802.11 support. I did my best to >>verify all existing users compile and work (where I have cards) but there's >>sure to be some fallout. In particular I expect that wi cards operating in >>hostap with wep will need some fixup. If you encounter problems please post >>here as I've been promised other folks will assist in handling issues. >> > > > This is really a major update! I'm now able to use our 802.11 > network, with an EAP/TTLS based 802.1X authentication. > > Nearly everything went smoothly, except two nits: > > - as EAP/TTLS support was apparently not enabled in the > wpa_supplicant port, I had to force its configuration. Hmm, yes forgot about that. We have openssl already in the base system so we can automatically include support (though not sure if the current version has everything). As I said before it'd be good if someone were to pick up the port and fix it up and commit it. > > - I had to manually set: > ifconfig ath0 authmode 8021x > (ifconfig was incorrectly using WPA1+WPA2) This is a bug in driver_bsd.c. It should check if no WPA is request and set the authentication mode appropriately. If you have a fix please send it to Jouni; otherwise I'll add it to my TODO list. Sam