Received: with ECARTIS (v1.0.0; list netdev); Wed, 02 Feb 2005 11:22:58 -0800 (PST) Received: from palrel11.hp.com (palrel11.hp.com [156.153.255.246]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j12JMsiI020369 for ; Wed, 2 Feb 2005 11:22:54 -0800 Received: from tomil.hpl.hp.com (tomil.hpl.hp.com [15.0.152.100]) by palrel11.hp.com (Postfix) with ESMTP id 36DEC20C41; Wed, 2 Feb 2005 11:22:08 -0800 (PST) Received: from bougret.hpl.hp.com (bougret.hpl.hp.com [15.4.92.227]) by tomil.hpl.hp.com (8.9.3 (PHNE_29774)/8.9.3 HPLabs Timeshare Server) with ESMTP id LAA15220; Wed, 2 Feb 2005 11:24:21 -0800 (PST) Received: from jt by bougret.hpl.hp.com with local (Exim 3.35 #1 (Debian)) id 1CwQ4m-0003zd-00; Wed, 02 Feb 2005 11:22:08 -0800 Date: Wed, 2 Feb 2005 11:22:08 -0800 To: Benjamin Reed Cc: Javier Achirica , netdev@oss.sgi.com Subject: Re: [PATCH] Dynamic airo.c patch for 2.6.10 Message-ID: <20050202192208.GA15344@bougret.hpl.hp.com> Reply-To: jt@hpl.hp.com References: <20050202183525.GA13881@bougret.hpl.hp.com> <420126FB.3000007@almaden.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <420126FB.3000007@almaden.ibm.com> User-Agent: Mutt/1.3.28i Organisation: HP Labs Palo Alto Address: HP Labs, 1U-17, 1501 Page Mill road, Palo Alto, CA 94304, USA. E-mail: jt@hpl.hp.com From: Jean Tourrilhes X-Virus-Scanned: ClamAV version 0.81, clamav-milter version 0.81b on oss.sgi.com X-Virus-Status: Clean X-archive-position: 1197 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: jt@hpl.hp.com Precedence: bulk X-list: netdev On Wed, Feb 02, 2005 at 11:16:11AM -0800, Benjamin Reed wrote: > I'm wondering if it would be possible to change IW_ENCODE_TEMP to > IW_ENCODE_PERM. I realize that would not be backward compatible, but as > you point out, the default assumption is that the keys are volatile. > > ben Then you would have to change all other wireless tools (mine, NetworkManager, KWiFi). By default, those tools will send you a WEP key without any flag. My assumption is that if a user set a WEP key explicitely with those tools, you want it to be permanent. I think it's easier to fix the only two tools that make use of dynamic keys. Have fun... Jean