From owner-freebsd-current@FreeBSD.ORG Fri Dec 17 06:59:48 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 54F0B16A4CE for ; Fri, 17 Dec 2004 06:59:48 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BB543D2F for ; Fri, 17 Dec 2004 06:59:47 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.90] ([66.127.85.90]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iBH6xlWi074610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 16 Dec 2004 22:59:47 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <41C283E8.1080007@errno.com> Date: Thu, 16 Dec 2004 22:59:52 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <41BBA812.2030006@errno.com> <1103166432.995.15.camel@RabbitsDen> <20041216082355.GA58798@webcom.it> <200412160857.54669.Thomas.Sparrevohn@btinternet.com> In-Reply-To: <200412160857.54669.Thomas.Sparrevohn@btinternet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: WEP and 802.11 drivers [fix 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, 17 Dec 2004 06:59:48 -0000 Folks having trouble with WEP and the wi driver when operating in station mode should update and try again. Beware that the default tx key is not set by default as previously so you need something like ifconfig wi0 wepkey mumble weptxkey 2 wep to configure WEP use. WEP operation in ap mode probably needs some TLC and adhoc mode still needs the fix for the state machine bypassing the necessary setup of 802.11 state. Unless someone else steps up to fix these I'll get to 'em as time permits. Sam