Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-18 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10/13/15 22: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

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-17 Thread Ben Woods
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 >

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-17 Thread Ranjan1018 .
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 >

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Adrian Chadd
Hm, please file a bug with this? having hostapd break with net.bpf.zerocopy_enable is (a) bad, but (b) very reproducable. :) -a On 16 October 2015 at 11:25, Nikolay Denev wrote: > I've noticed hostapd getting stuck in pcap_next() which led me to > check some net.bpf sysctls,

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Nikolay Denev
I've noticed hostapd getting stuck in pcap_next() which led me to check some net.bpf sysctls, as I was running with net.bpf.zerocopy_enable=1. When disabled hostapd works again for multiple clients. --Nikolay On Fri, Oct 16, 2015 at 8:20 PM, Nikolay Denev wrote: > I'm not

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Nikolay Denev
Done : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203827 --Nikolay On Fri, Oct 16, 2015 at 8:30 PM, Adrian Chadd wrote: > Hm, please file a bug with this? having hostapd break with > net.bpf.zerocopy_enable is (a) bad, but (b) very reproducable. :) > > > -a > > >

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Olivier Cochard-Labbé
On Wed, Oct 14, 2015 at 7:00 AM, Rui Paulo wrote: > Hi, > > Please download and test the wpa_supplicant/hostapd import patch: > > http://people.freebsd.org/~rpaulo/patches/wpa-2.5.diff > > > ​Your patch were ested with success: - hostapd v2.5 - Atheros 9280 (ath) in

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Adrian Chadd
Wait, there's a regression with wifi in -HEAD? What's the deal? -a On 16 October 2015 at 02:21, Olivier Cochard-Labbé wrote: > On Wed, Oct 14, 2015 at 7:00 AM, Rui Paulo wrote: > >> Hi, >> >> Please download and test the wpa_supplicant/hostapd import patch:

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Olivier Cochard-Labbé
On Fri, Oct 16, 2015 at 8:25 PM, Nikolay Denev wrote: > I've noticed hostapd getting stuck in pcap_next() which led me to > check some net.bpf sysctls, as I was running with > net.bpf.zerocopy_enable=1. > When disabled hostapd works again for multiple clients. > > ​Wow, thanks

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Adrian Chadd
OK! Next up - who can figure out the bug? :) On Oct 16, 2015 4:19 PM, "Olivier Cochard-Labbé" wrote: > On Fri, Oct 16, 2015 at 8:25 PM, Nikolay Denev wrote: > > > I've noticed hostapd getting stuck in pcap_next() which led me to > > check some net.bpf

Re: CFT: wpa_supplicant/hostapd 2.5

2015-10-16 Thread Nikolay Denev
I'm not sure yet if this is related but I've just upgraded to latest 10-stable from svn and I'm also seeing issues. Running hostapd in foreground like this : /usr/sbin/hostapd -P /var/run/hostapd.pid -d /etc/hostapd.conf I see one client connect and then attempts from other clients time out. When

CFT: wpa_supplicant/hostapd 2.5

2015-10-13 Thread 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