From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 1 03:38:35 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 A7F8216A4CE for ; Thu, 1 Jan 2004 03:38:35 -0800 (PST) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A7043D41 for ; Thu, 1 Jan 2004 03:38:32 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (localhost [127.0.0.1]) i01BZJEJ094156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Jan 2004 03:35:19 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from localhost (dirkx@localhost)i01BZJs8094153; Thu, 1 Jan 2004 03:35:19 -0800 (PST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: skutsje.san.webweaving.org: dirkx owned process doing -bs Date: Thu, 1 Jan 2004 03:35:19 -0800 (PST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@skutsje.san.webweaving.org To: Randy Bush In-Reply-To: Message-ID: <20040101033430.H91700@skutsje.san.webweaving.org> References: <200312141022.44320.racerx@makeworld.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-mobile@freebsd.org Subject: Re: WEP and DHCP 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, 01 Jan 2004 11:38:35 -0000 On Sun, 14 Dec 2003, Randy Bush wrote: > interface "wi0" { > send dhcp-client-identifier "foo.bar.baz"; > media "nwid 'my-home' nwkey myWEPkeysilly"; # home > media "nwid 'tmobile' -nwkey"; # staryuchhs > media "nwid 'nanog42' -nwkey"; # nanog > media "nwid '' -nwkey"; # open > } > > so it cycles through them trying each in turn. .. > otoh, if you meant acquiring the wep key via dhcp, how did you actually -is- there a clever way to not let the keys cycle and be flashed each in turn as above; but to pick the right one absed on some dhcp value (say network name, etc) ? Dw