From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 1 09:07:31 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 D988616A4CE for ; Thu, 1 Jan 2004 09:07:31 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953CA43D45 for ; Thu, 1 Jan 2004 09:07:30 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1Ac6I8-000Bvp-Mg; Thu, 01 Jan 2004 09:07:24 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 1 Jan 2004 09:07:24 -0800 To: Dirk-Willem van Gulik References: <200312141022.44320.racerx@makeworld.com> <20040101033430.H91700@skutsje.san.webweaving.org> Message-Id: 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 17:07:32 -0000 >> 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 >> } > > 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) ? but dhcp does not fly until you have the correct ssid/wepkey, so you have no network name or anything. the above list is merely suggested targets for shooting in the dark. randy