From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 15 07:16:22 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F027A16A4CE for ; Thu, 15 Jan 2004 07:16:22 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCDB543D68 for ; Thu, 15 Jan 2004 07:16:21 -0800 (PST) (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.9) with ESMTP id i0FFGJHQ039654 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 15 Jan 2004 07:16:20 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Eric Anderson , Atsushi Onoe Date: Thu, 15 Jan 2004 07:20:35 -0800 User-Agent: KMail/1.5.3 References: <20040115134602O.hanche@math.ntnu.no> <200401151434.i0FEYXqX029258@nest.sm.sony.co.jp> <4006A60E.2050602@centtech.com> In-Reply-To: <4006A60E.2050602@centtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401150720.35228.sam@errno.com> cc: freebsd-mobile@freebsd.org Subject: Re: D-Link DWL-AG650, AirPort Extreme, and WEP X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 15:16:23 -0000 On Thursday 15 January 2004 06:39 am, Eric Anderson wrote: > Atsushi Onoe wrote: > >This is primarily due to AirPort uses "shared" authentication mode > >whenever WEP is enabled, and the 802.11 framework doesn't support > >the mode at this moment. > > > >But I've heard that AirPort generates actual wep key from configured > >"password". So I guess you need to know the generated wep key somehow > >once shared authmode is supported. > > Speaking of shared mode - is anyone working on this currently? I'm in > need of it (badly), and have not heard anything about it. Has work been > started on it, and is there any beta code I can start playing with? I'm > already -current so living on the edge is no problem :) I have working code in my perforce branch but no time to commit it. I actually have a large number of net80211 changes pending commit there (it includes a merge of the netbsd changes). Sam