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,

[Bug 199818] [rum] [patch]: check mbuf size before accessing it

2015-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199818 Andriy Voskoboinyk changed: What|Removed |Added Status|New |Closed

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

[Bug 203827] hostapd getting stuck with net.bpf.zerocopy_enable=1

2015-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203827 Bug ID: 203827 Summary: hostapd getting stuck with net.bpf.zerocopy_enable=1 Product: Base System Version: 10.0-STABLE Hardware: amd64 OS: Any Status: New

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

multiple ssid with hostap

2015-10-16 Thread Willem Offermans
Dear FreeBSD friends, To enable multiple SSIDs by hostapd, I needed to do the following: 1) add to rc.conf: wlans_ath0="wlan0 wlan1 ..." create_args_wlan0="wlanmode hostap" create_args_wlan1="wlanmode hostap" ... ifconfig_wlan0="inet 192.168.x.y netmask

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

[Bug 203827] hostapd getting stuck with net.bpf.zerocopy_enable=1

2015-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203827 Nikolay Denev changed: What|Removed |Added Component|wireless|kern