From owner-freebsd-current@freebsd.org Wed Sep 7 10:51:01 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3495BCF1E5 for ; Wed, 7 Sep 2016 10:51:01 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-ua0-x22e.google.com (mail-ua0-x22e.google.com [IPv6:2607:f8b0:400c:c08::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7934CB2 for ; Wed, 7 Sep 2016 10:51:01 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mail-ua0-x22e.google.com with SMTP id 71so9472234uag.2 for ; Wed, 07 Sep 2016 03:51:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ojDznKDUPkHIhGnHydE2/vUpaaExnAWdX4SmFWDfji8=; b=kln86cPI6LwSxBjv40IBKHLFN5JKIDdrYGr40usvOMpEo4+u4q+Vc0pRdm2946PwzS I7RMf3FaN+wcMFdnxti8+cfCMtGABjg4I2pQYHiDlb55fTEOgtlrL4hXWDc3RfyQqSmN QhRgrzFA9bd2dMf7mHSHJIMi8FGgkA7AgbTFi7chPhp0fhaLZEjQ+VjIjwFIIdVBfCor jG/IAekfw3RlkeakoHqimmOpppHvyHQdS6cJoRx27gaLGZEWWIcGUmGxwf5OoxBuGb0T 28A2NzoWM2OH3fZlFTaBqhRzfEX9EASuuG6fNmFosC05pbthjJxhMLJsBi8cD/dhvV1+ yWqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ojDznKDUPkHIhGnHydE2/vUpaaExnAWdX4SmFWDfji8=; b=GSiUpmQcvJgQKWogaFPCBj+6os201oLZU6JLNJpoR1hcg63MPBRiy88XbpedJMZiIx vDdORk8n5Ayk9bjZ4iKg5y+yIEf7wYQS5vHVCBnLG7eTL2Arf4u2aH3/P53sxrc2hRpg P0Q93zZAuunwTDA1zUmEVSwKcoMYu/XJfk2IvrPWq6tRVwsyro/E0L2qcbFpZ2hFTvnX QZHnFW4/GrnbZCNg8fclgtomI52NoXIUDEJXwd0Pz7f6QjmDDYuF44CNo3IWf9U+owuD u9xofFrsMt7q/uqeVj6OwczQwzM349Gth9yZF1htueuZzZI9M9W325AIEliUTG4Dd2RM tbCA== X-Gm-Message-State: AE9vXwOfO8dguPfVz4J8eO8AiBWx4WGIXJ7qGRkH8JFWIzaXcPzrq1biGLPLkmsnm44JHFUshBgsttXs53GDhQ== X-Received: by 10.176.5.234 with SMTP id e97mr15471161uae.80.1473245460741; Wed, 07 Sep 2016 03:51:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.0.84 with HTTP; Wed, 7 Sep 2016 03:51:00 -0700 (PDT) In-Reply-To: References: From: Andreas Nilsson Date: Wed, 7 Sep 2016 12:51:00 +0200 Message-ID: Subject: Re: Intel ac8260 and wpa_supplicant To: Adrian Chadd Cc: Current FreeBSD Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 10:51:02 -0000 Hello, thanks, that explains it. Best regards Andreas On Tue, Sep 6, 2016 at 10:26 PM, Adrian Chadd wrote: > hi, > > There's some interesting issues with the scan logic in -HEAD where we > abort/finish a scan if there's active traffic, but there's no way to > say "the scan was interrupted by active traffic and will continue" > versus "the scan was aborted" or "the scan is finished". So sometimes > the scan results list in wpa_supplicant returns prematurely and it > doesn't know to fetch an updated one. > > > > -adrian > > > On 6 September 2016 at 13:17, Andreas Nilsson wrote: > > Hello, > > > > I installed 12-CURRENT from a few days ago on my laptop ( thinkpad x1 > yoga > > ). The wireless cards was detected and I could create a wlan0 device and > > scan for networks. > > > > Upon starting wpa_supplicant things go awry, running scan_results in > > wpa_cli times out and returns empty list while ifconfig wlan0 list scan > > returns expected list. Any ideas on what to try? > > > > Seems to be dependent on the number of networks found. > > > > Best regards > > Andreas Nilsson > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@ > freebsd.org" >