From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 1 00:44:13 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C20F8358 for ; Sun, 1 Dec 2013 00:44:13 +0000 (UTC) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81AA314CD for ; Sun, 1 Dec 2013 00:44:13 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id nd7so11094702qeb.17 for ; Sat, 30 Nov 2013 16:44:12 -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:content-type; bh=KupzpSAaIa4Aoft1DQ54MsByuuf/t7fHgtJYxU0bTEw=; b=cW25MTYeLr+LLoq7CwdQtubkKaQrr/2J45z6UqW1YEDd6m1WpSJ3i4S7mrnfYgZu26 VWDEeWCXWxBK6E3/pEYj2Klwr7vj0WXn5wmghAe39Sz1W5NKBEBwZu4uDTirjbA3VY6O YlncyKBCbpUXLcs2HEJnMwF1fWC+CgDsZRNGbvwjdmQgLZZPTAwUnYspQvameepSlULU +hxVgGuFzEYhf9YZpg+V2PeMcr4kfmNK2tyGcdIMHuXz9zbanu1dKORLNd7jZi37Tstt UT6fLmKKe7z1nylEX/xkTm8CALaUrVql/hwnmhihMCLGZXL+IM7mYWsv8sVaqaAR19GW LXXw== MIME-Version: 1.0 X-Received: by 10.49.24.211 with SMTP id w19mr28216708qef.9.1385858652783; Sat, 30 Nov 2013 16:44:12 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Sat, 30 Nov 2013 16:44:12 -0800 (PST) In-Reply-To: References: Date: Sat, 30 Nov 2013 16:44:12 -0800 X-Google-Sender-Auth: eHFVBlvby40hiUgF87IM8znYem8 Message-ID: Subject: Re: [iwn] scan fixes! From: Adrian Chadd To: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 01 Dec 2013 00:44:13 -0000 On 30 November 2013 13:53, Adrian Chadd wrote: > Hi! > > Here's a bunch of scan fixes: > > http://people.freebsd.org/~adrian/iwn/20131130-iwn-scan-fixes-1.diff Please try: http://people.freebsd.org/~adrian/iwn/20131130-iwn-scan-fixes-2.diff This bumps the scan beacon interval count from 1 to 4, just to try and capture some more beacons during a scan. (ie, if there's a beacon timer programmed, then we set it to wait for 4 beacon intervals and up to 100 milliseconds before going to the next channel.) I needed to do this in order for 5GHz SSIDs to properly show up in my scan list once I was associated. I've tested this on the 5100 (11abgn), 2300 (11bgn) and 6200 (11abgn). I'll test others over the next few days. Please test it out! -a