From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 13 11:32:09 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 ECE8416A4CE for ; Tue, 13 Jan 2004 11:32:09 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D5943D72 for ; Tue, 13 Jan 2004 11:31:56 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id i0DJVtHQ029657 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 13 Jan 2004 11:31:55 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Randy Bush Date: Tue, 13 Jan 2004 11:36:10 -0800 User-Agent: KMail/1.5.3 References: <16248.58260.560180.809655@canoe.dclg.ca> <200401130948.06429.sam@errno.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401131136.10692.sam@errno.com> cc: freebsd-mobile@freebsd.org Subject: Re: ATH driver doesn't associate with turbo. 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: Tue, 13 Jan 2004 19:32:10 -0000 On Tuesday 13 January 2004 10:55 am, Randy Bush wrote: > it seems mode 11b is preferred. if i boot in the presense > of both kinds of APs, it seems to choose the 11b. i can > then say > > ifconfig ath0 mode 11a > > and it will happily switch to 11a 11b is not preferred. AP selection is done according to various criteria like compatibility (e.g. station wants WEP and AP is using WEP). If you do ifconfig ath0 debug you will see what's going on. The AP with the best rssi is typically selected. To lock on to a particular AP you have to steer the algorithm by constraining the choices. This issue comes up often--it would be great if there were a connection between the 802.11 layer and a user app that would help users select an AP based on scan results but I don't know of anything like this for *bsd. Windows users are used to have a "site survey" app that does a scan and presents a list of AP's to choose. Sam