From owner-freebsd-current@freebsd.org Sun Oct 18 04:06:31 2015 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 90237A0F65F for ; Sun, 18 Oct 2015 04:06:31 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 721059DC for ; Sun, 18 Oct 2015 04:06:31 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 716A4A0F653; Sun, 18 Oct 2015 04:06:31 +0000 (UTC) Delivered-To: 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 570F7A0F651; Sun, 18 Oct 2015 04:06:31 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vk0-x22c.google.com (mail-vk0-x22c.google.com [IPv6:2607:f8b0:400c:c05::22c]) (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 148789D5; Sun, 18 Oct 2015 04:06:31 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by vkaw128 with SMTP id w128so88197559vka.0; Sat, 17 Oct 2015 21:06:30 -0700 (PDT) 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=osod9ANNKz41RlOGoj9AOR2wl42OGwqHL1+jQqfq9dY=; b=NK6Yyr/PObApJAo4cmPf3J7U+ZnrD6CPrShFYzJMzj5x/n4cC56R/ap+eRn0ud5P9V Eh7TekzghBk+uE482e1JteDeDLNUqDT4BqiKDjA6mWfAOwL/4yPuqusAKTYb6UKP10f7 T9FU9x668kg9Is8tpdwEMsOYmyHDK7dGD5gLtRiROddpEGeEqy09Ux5IPR8bk/bac9e3 GfY31niDAixKBg91DoB/Ny4c15FpV2Cg8NrqPSHA4Ixyv73EdvQ20ueqKq1KF5+DwCSf afvoZEgCxP/DadMd9glbRl/exnFEJpulEHRc73ahafndW4O4Tr8wRuNgrNhDTJnbMP/a fU4Q== MIME-Version: 1.0 X-Received: by 10.31.50.205 with SMTP id y196mr15994790vky.150.1445141189827; Sat, 17 Oct 2015 21:06:29 -0700 (PDT) Received: by 10.31.77.130 with HTTP; Sat, 17 Oct 2015 21:06:29 -0700 (PDT) In-Reply-To: <1444798812.3234.58.camel@me.com> References: <1444798812.3234.58.camel@me.com> Date: Sun, 18 Oct 2015 12:06:29 +0800 Message-ID: Subject: Re: CFT: wpa_supplicant/hostapd 2.5 From: Ben Woods To: Rui Paulo Cc: current@freebsd.org, "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 18 Oct 2015 04:06:31 -0000 On 14 October 2015 at 13:00, Rui Paulo wrote: > Hi, > > Please download and test the wpa_supplicant/hostapd import patch: > > http://people.freebsd.org/~rpaulo/patches/wpa-2.5.diff > > > Changelog: > > http://w1.fi/cgit/hostap/plain/hostapd/ChangeLog > http://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog > > > Please report success/failures. > > Thanks, > -- > Rui Paulo > Hi Rui, I've build FreeBSD head with your patch and have been using it on my home wireless router for a couple of days now (running on a Netgate RCC-VE 8860 running FreeBSD head amd64 with AR9280 wifi chip). All working fine for me. Thanks for your work. Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com