From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 9 22:38:46 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 2F5F5257 for ; Mon, 9 Dec 2013 22:38:46 +0000 (UTC) Received: from mail-qe0-x232.google.com (mail-qe0-x232.google.com [IPv6:2607:f8b0:400d:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1ECF16C5 for ; Mon, 9 Dec 2013 22:38:45 +0000 (UTC) Received: by mail-qe0-f50.google.com with SMTP id 1so3397039qec.37 for ; Mon, 09 Dec 2013 14:38:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XSrOaP7PyfX6n2jNU3ctWpMmEnzbPEx+Dl1FsNPzny4=; b=UUNQbYFVNPdCWAPcJpbGaGbWAyg20O/s0ggQwom7cky7mNj/BdvzQvP6MqMrFZxweT V3sZ2y/DpUM24t+gi53bc6AnB8RyMc5sd5JHwSpbf3HjYpfEwZlEMoUvjrUVNzDrH9oM LOnJ7/3rxWPNv5vGyKLiv+akY3PgD+hep7xxpxUQUuR7xcijb0eg2nzLsXTjK9ZMQKZT pQq/3AQNpx2Y/0OxYIcnJ+Y3U8ipUml951XsIaNwCB09rHG/PZYA9P7y3gwJwAb34BoI 10uFUs1nXrTgHwBXufXhOh/Mf1Zkf5QymQrGzPdqvemGxxolZOpAW7H79zHHI8beegem 6mpw== MIME-Version: 1.0 X-Received: by 10.49.35.112 with SMTP id g16mr37976326qej.13.1386628725092; Mon, 09 Dec 2013 14:38:45 -0800 (PST) Received: by 10.224.53.200 with HTTP; Mon, 9 Dec 2013 14:38:45 -0800 (PST) In-Reply-To: <20131209222559.GD8233@kiwi.corp.lookout.com> References: <20131209215929.GB8233@kiwi.corp.lookout.com> <20131209222559.GD8233@kiwi.corp.lookout.com> Date: Mon, 9 Dec 2013 14:38:45 -0800 Message-ID: Subject: Re: Transitioning between multiple APs with iwn(4) From: Adrian Chadd To: "R. Tyler Croy" 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: Mon, 09 Dec 2013 22:38:46 -0000 On 9 December 2013 14:25, R. Tyler Croy wrote: > > On Mon, 09 Dec 2013, Adrian Chadd wrote: > >> Unfortunately our WPA supplicant isn't doing pre auth or implementing the >> roaming logic fully. It would be nice for someone to fill in that gap. > > > Are there PRs filed or is what's missing documented on the wiki somewhere that > I haven't found? > > I'm going to have some time on an airplane at the end of the week, I might > could get some wifi hacking done :) > There aren't any PRs. There's some TODO list items on http://wiki.freebsd.org/WiFi - it would be nice if these could be updated. :-) -a