From owner-freebsd-mobile@FreeBSD.ORG Sat Apr 26 15:54:59 2003 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 268ED37B401; Sat, 26 Apr 2003 15:54:59 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A5143FB1; Sat, 26 Apr 2003 15:54:58 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3QMsvA7069888; Sat, 26 Apr 2003 16:54:57 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 26 Apr 2003 16:54:18 -0600 (MDT) Message-Id: <20030426.165418.47319280.imp@bsdimp.com> To: DougB@freebsd.org From: "M. Warner Losh" In-Reply-To: <20030426150924.H13476@znfgre.qbhto.arg> References: <20030425133754.C35038@12-234-22-23.pyvrag.nggov.pbz> <20030426.110231.99254364.imp@bsdimp.com> <20030426150924.H13476@znfgre.qbhto.arg> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mobile@freebsd.org Subject: Re: Script to automatically configure a wireless card based on ssid 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: Sat, 26 Apr 2003 22:54:59 -0000 In message: <20030426150924.H13476@znfgre.qbhto.arg> Doug Barton writes: : > Also, once associated, the card won't report other cards... : : I'm not 100% sure what you mean by this. Even when I saw the WLAN ssid, if : I subsequently did 'ifconfig wi0 wepmode mixed' then it saw my actual AP, : correct ssid, etc. wicontrol -l, when wi0 is associated, only lists the ap you are associated with. Netstumbler, when you are assocaited, listens on only one channel... Warner