From owner-freebsd-mobile@FreeBSD.ORG Thu Apr 24 18:50:21 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 4F22A37B401; Thu, 24 Apr 2003 18:50:21 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834E143FA3; Thu, 24 Apr 2003 18:50:20 -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 h3P1oJA7053137; Thu, 24 Apr 2003 19:50:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 24 Apr 2003 19:50:12 -0600 (MDT) Message-Id: <20030424.195012.00542650.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <20030423223710.P7551@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: DougB@freebsd.org cc: mobile@freebsd.org cc: mtm@identd.net 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: Fri, 25 Apr 2003 01:50:21 -0000 In message: John Baldwin writes: : > status: associated : > ssid WLAN 1:WLAN : > stationname "FreeBSD WaveLAN/IEEE node" : > channel 11 authmode OPEN powersavemode CAM powersavesleep 100 : > wepmode OFF weptxkey 1 : : Well, it claims to be associated, which is odd. I don't actually check : the ssid except for matching up wepkeys. Instead, I check the status : which is 'associated' in this case. If there really isn't an AP, then that's : a bug that should be addressed. We don't use WLAN internally for anything. So there MUST be a WLAN around that you don't know about... Warner