From owner-freebsd-wireless@FreeBSD.ORG Wed Dec 4 02:30:45 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48D36FC for ; Wed, 4 Dec 2013 02:30:45 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 050531778 for ; Wed, 4 Dec 2013 02:30:44 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id i13so6311692qae.9 for ; Tue, 03 Dec 2013 18:30:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bvk5lF9RBHgM4itM2yK/8vnY8Oyi6KoiA1foud0LFs8=; b=HiyAdTqyWCmVLbQcvtl3MORkQMcS7gLURbfO3pTrMEu5kh56onOcDRfPKtLza/P0T8 ZFp0RS2p6RDdKYkaJZvA4o13usygwentevyOgLVhtTsVcRat3v4TiBGh3SKsVedE20vx BAOjuhUK1e5p7DOHKaAVgGFPv0HV8jfIBz0QEUGaSJy1IofPOVVKXFsQKZifQrPhCG1c 2Nyu8u8GQOVObXtMsA9+uOPTBe7eFV68XmX+Impgbd2B2b2jyEia4lDfAjguSJNjox40 w5j0G2PifACJkqno607Gm3KXO5sSDkLGMMe8D6wKO8yxvpYiSP6DKDBt9gJbrSoyfQwY p7bw== MIME-Version: 1.0 X-Received: by 10.224.80.129 with SMTP id t1mr91095460qak.95.1386124243892; Tue, 03 Dec 2013 18:30:43 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Tue, 3 Dec 2013 18:30:43 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Dec 2013 18:30:43 -0800 X-Google-Sender-Auth: 16le9fHRQ2sxtX_KhRU17jDoq3A Message-ID: Subject: Re: Channel interference scan and manual selection From: Adrian Chadd To: Tek Wiz Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 02:30:45 -0000 What model is the router? -adrian On 3 December 2013 18:11, Tek Wiz wrote: > Hi Adrian, > > I'd be happy to work on it. > > What is the SVN URL to check out and commit? > > My router is OpenWrt compatible. Is that good enough? > > Yes, the metric involves interference and noise floor. > > Thanks for your help, > Tek Wiz > > > On Wed, Dec 4, 2013 at 9:56 AM, Adrian Chadd wrote: >> >> >> On 3 December 2013 17:50, Tek Wiz wrote: >> >> > Hello FreeBSD Wireless, >> >> > >> >> > Is it possible to do a an interference scan of all the channels and >> >> > manually select the channel? >> >> Hi, >> >> Well, if you don't assign a channel, the net80211 scan module will >> scan the channels, find the channel with the lowest noise floor as >> reported by the driver and use that. >> >> Now, ideally it'd actually check the channel for interference and >> channel busy status, and use _that_ metric. >> >> So, if someone wants a mini-project to implement that, I'd be happy to >> guide them / help them get that working. On ath(4), of course. >> >> >> >> -adrian > >