From owner-freebsd-wireless@FreeBSD.ORG Fri Aug 26 13:05:22 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D4EA106566B for ; Fri, 26 Aug 2011 13:05:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1E58B8FC12 for ; Fri, 26 Aug 2011 13:05:21 +0000 (UTC) Received: by gxk28 with SMTP id 28so3367728gxk.13 for ; Fri, 26 Aug 2011 06:05:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=9yE5z/H8S0G5wCWuspK4WW9fqsX2pGQPBqMR+RT1VyI=; b=vsvte4exGfLpxlrb6QTeqybBcMpTE7k1e+EFZSxW038JtQ7YIh+eg2ZAWVmLlJjlkk qBOJrMHd2vJzgbI+jbX26osM4ocOZlW3IeMuAzpi5v4cSyUnj7qi+gsmHfiduqQXI0Ot 8LjOB53518SBoFOB3LC2XZvpT7Gx2FwPZ6CwA= MIME-Version: 1.0 Received: by 10.150.206.3 with SMTP id d3mr2174313ybg.315.1314362442394; Fri, 26 Aug 2011 05:40:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.145.21 with HTTP; Fri, 26 Aug 2011 05:40:42 -0700 (PDT) In-Reply-To: <957EB052144AA64AB39F7AB26878320101215E9CC6@VA3DIAXVS881.RED001.local> References: <957EB052144AA64AB39F7AB26878320101215E9CC6@VA3DIAXVS881.RED001.local> Date: Fri, 26 Aug 2011 20:40:42 +0800 X-Google-Sender-Auth: ZK3JqVsv848gwmu_2WYEgvtRYe8 Message-ID: From: Adrian Chadd To: Edgar Martinez Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" Subject: Re: XR9 w 8.2 Stable X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 26 Aug 2011 13:05:22 -0000 On 26 August 2011 20:11, Edgar Martinez wrote: > If interface is up and running, and bgscan was disabled, then renabled, no scanning takes place. > > If interface is up and configured, and ifconfig wlan0 scan is sent, no scanning is taking place. > > Pretty much you have to have the interface not configured for anything, then you can do a scan up and get results. Bernhard tidied up some of the scan scheduling/handling stuff in -HEAD. It may work better for you. Adrian