From owner-freebsd-wireless@freebsd.org Sat Oct 17 17:24:58 2015 Return-Path: Delivered-To: freebsd-wireless@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 BFDD7A17B21 for ; Sat, 17 Oct 2015 17:24:58 +0000 (UTC) (envelope-from 214748mv@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 A19CE332 for ; Sat, 17 Oct 2015 17:24:58 +0000 (UTC) (envelope-from 214748mv@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9E14DA17B1F; Sat, 17 Oct 2015 17:24:58 +0000 (UTC) Delivered-To: wireless@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 9C459A17B1C; Sat, 17 Oct 2015 17:24:58 +0000 (UTC) (envelope-from 214748mv@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (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 5DF6D330; Sat, 17 Oct 2015 17:24:58 +0000 (UTC) (envelope-from 214748mv@gmail.com) Received: by igbkq10 with SMTP id kq10so32282040igb.0; Sat, 17 Oct 2015 10:24:57 -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=XTdTOcbRBjIB56SkytuofWo6KsCrFDc8RZ3QVmTkaB0=; b=iK5BssleAANDQwKeRWL9DHNOY3SpPvMfneF/ApkuVhG4PgtV2uR0ihPujeHJ8BuY2t SI5B1ZMVOiTa4E7xt/VT2UuqJWxZPV90jA8R2BuPdmdbQrcrNjToGnFsdTvojDaM+qiH PJkYqImfpgQJ2Wjkz1l/C7Ail9++2qHELJ3fvpD/GjU2vOb16/LBym4Aqh6dEB7Ye1Hm ywFWR0+rOCOnrSQDGbvtjq95UEhlFn1m71AbBhHCo9CeUTTFiAVINClIHYOzUQOP8CTM PVPcCQBP5Ija/wG2UkH4vM1csx2hutc1a9xVTlx7SDz1K7TqGomxPx2XDxOn8+Qg0kt1 k5XQ== MIME-Version: 1.0 X-Received: by 10.50.134.73 with SMTP id pi9mr12457584igb.20.1445102697715; Sat, 17 Oct 2015 10:24:57 -0700 (PDT) Received: by 10.79.0.105 with HTTP; Sat, 17 Oct 2015 10:24:57 -0700 (PDT) In-Reply-To: <1444798812.3234.58.camel@me.com> References: <1444798812.3234.58.camel@me.com> Date: Sat, 17 Oct 2015 19:24:57 +0200 Message-ID: Subject: Re: CFT: wpa_supplicant/hostapd 2.5 From: "Ranjan1018 ." <214748mv@gmail.com> To: Rui Paulo Cc: current@freebsd.org, wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 17 Oct 2015 17:24:58 -0000 2015-10-14 7:00 GMT+02:00 Rui Paulo : > 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 > Wishlist: http://amzn.com/w/ZU4EQTF9M613 > > _______________________________________________ > 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" > Hi, I am using this patch on my home laptop for three days and all things work well. # pciconf -l -v | grep -A 3 ath ath0@pci0:1:0:0: class=0x028000 card=0x4105144d chip=0x0032168c rev=0x01 hdr=0x00 vendor = 'Qualcomm Atheros' device = 'AR9485 Wireless Network Adapter' class = network # uname -a FreeBSD ativ 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r289378M: Thu Oct 15 21:57:57 CEST 2015 root@ativ:/usr/obj/usr/src/sys/GENERIC amd64 Before the patch I have some trouble connecting to the office Netgear DGND4000, but now is ok. Thanks. - Maurizio