RE: More than one SSID doesn't fully work with AR9280 (ath or hostapd bug?)

2017-06-02 Thread Pietro Sammarco via freebsd-wireless

Hey,

I have also faced the same exact issue last week when setting up two 
wireless cards in hostapd and freebsd 11. In the end I decided to run 
two instances of hostapd.conf, one per wireless card.


I took hint from this guy here 
https://lists.freebsd.org/pipermail/freebsd-wireless/2015-October/006204.html 



Please let me know sure there be a cleaner way to do it.

Best Regards,
Pietro Sammarco

*> Adrian Chadd*adrian at 
freebsd.org<mailto:freebsd-wireless%40freebsd.org?Subject=Re%3A%20More%20than%20one%20SSID%20doesn%27t%20fully%20work%20with%20AR9280%20%28ath%20or%20hostapd%0A%20bug%3F%29&In-Reply-To=%3CCAJ-VmonkFbW7eiHhviZgRSOLcpNYD_xA%3DoxNDnqTY14EW3RL7w%40mail.gmail.com%3E>

/> Wed Apr 19 18:28:34 UTC 2017/




hiya,

I used to run multiple SSIDs at home. I'll set it up again in a couple
days and use it to see what happens. :)


-a



On 19 April 2017 at 06:23, Michael <https://lists.freebsd.org/mailman/listinfo/freebsd-wireless>> wrote:
/Hi, />/with a current Opnsense, based on FreeBSD-11 its working (two SSID's) now />/for me. />//>/Greetings />/--- />/Mike />//>//>/Am 19. April 2017 15:03:13 MESZ schrieb Valentin VERGEZ />/<https://lists.freebsd.org/mailman/listinfo/freebsd-wireless>>: />>//>>/Hi, />>//>>/I experienced the same issue on 10.3 />>/With two SSID, the ASSOC events are treated twice by hostapd, which />>/discard the first when starting to process the second. />>/So only the second SSID can establish an association. />>//>>/It still works if the first interface handles an OPEN SSID. />>//>>/By the way, I will soon work on HEAD and try to reproduce too. />>//>>/--- />>//>>/Valentin VERGEZ />>//>>//>>/ />>//>>/De: "Adrian Chadd" <https://lists.freebsd.org/mailman/listinfo/freebsd-wireless>> />>/À: "Michael Reifenberger" <https://lists.freebsd.org/mailman/listinfo/freebsd-wireless>> />>/Cc: freebsd-wireless at freebsd.org 
<https://lists.freebsd.org/mailman/listinfo/freebsd-wireless> />>/Envoyé: Mercredi 14 Septembre 2016 18:00:32 />>/Objet: Re: More than one SSID doesn't fully work with AR9280 (ath or />>/hostapd bug?) />>//>>/hi, />>//>>/I'll have to try it on -head. I tohught we fixed these issues! />>//>>//>>/-a />>//>>//>>/On 14 September 2016 at 08:27, Michael Reifenberger />>/<https://lists.freebsd.org/mailman/listinfo/freebsd-wireless>> wrote: />>/ > Hi, />>/ > />>/ > I'm using pfsense (FreeBSD fw.rm-i.net 10.3-RELEASE-p7 FreeBSD />>/ > 10.3-RELEASE-p7 #0 a0a18f4(stable/16.7): Mon Aug 15 06:35:28 CEST 2016 />>/ > root at sensey64 
<https://lists.freebsd.org/mailman/listinfo/freebsd-wireless>:/usr/obj/usr/src/sys/SMP 
amd64) and a Ubiquiti SR71-E on />>/ > a />>/ > APU.2C4 to get the following: />>/ > />>/ > I want two interfaces ath0_wlan1 and ath0_wlan2 with different SSID's />>/ > and />>/ > PSK's in order to implement />>/ > two different access filters. />>/ > />>/ > The configuration works. I see: />>/ > ath0: flags=8843 metric 0 mtu />>/ > 2290 />>/ > ether 00:15:6d:85:e3:00 />>/ > nd6 options=21 />>/ > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng />>/ >  />>/ > status: running />>/ > ath0_wlan1: flags=8843 metric 0 />>/ > mtu />>/ > 1500 />>/ > ether 00:15:6d:85:e3:00 />>/ > inet6 fe80::215:6dff:fe85:e300%ath0_wlan1 prefixlen 64 scopeid />>/ > 0x9 />>/ > inet 10.0.4.1 netmask 0xff00 broadcast 10.0.4.255 />>/ > nd6 options=21 />>/ > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng />>/ >  />>/ > status: running />>/ > ssid WL1 channel 2 (2417 MHz 11g ht/40+) bssid 00:15:6d:85:e3:00 />>/ > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2 />>/ > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60 />>/ > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst />>/ > -apbridge dtimperiod 1 -dfs />>/ > ath0_wlan2: flags=8843 metric 0 />>/ > mtu />>/ > 1500 />>/ > ether 06:15:6d:85:e3:00 />>/ > inet6 fe80::415:6dff:fe85:e300%ath0_wlan2 prefixlen 64 scopeid />>/ > 0xa />>/ > inet 10.0.5.1 netmask 0xff00 broadcast 10.0.5.255 />>/ > nd6 options=21 />>/ > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng />>/ >  />>/ &

Re: More than one SSID doesn't fully work with AR9280 (ath or hostapd bug?)

2017-06-02 Thread Adrian Chadd
hiya,

I had to run two copies of hostapd.


-a


On 2 June 2017 at 19:35, Pietro Sammarco  wrote:
> Hey,
>
> I have also faced the same exact issue last week when setting up two
> wireless cards in hostapd and freebsd 11. In the end I decided to run two
> instances of hostapd.conf, one per wireless card.
>
> I took hint from this guy here
> https://lists.freebsd.org/pipermail/freebsd-wireless/2015-October/006204.html
>
> Please let me know sure there be a cleaner way to do it.
>
> Best Regards,
> Pietro Sammarco
>
>> Adrian Chadd adrian at freebsd.org
>> Wed Apr 19 18:28:34 UTC 2017
>
> 
>
>> hiya,
>>
>> I used to run multiple SSIDs at home. I'll set it up again in a couple
>> days and use it to see what happens. :)
>>
>>
>>-a
>>
>
> On 19 April 2017 at 06:23, Michael  wrote:
>> Hi,
>> with a current Opnsense, based on FreeBSD-11 its working (two SSID's) now
>> for me.
>>
>> Greetings
>> ---
>> Mike
>>
>>
>> Am 19. April 2017 15:03:13 MESZ schrieb Valentin VERGEZ
>> :
>>>
>>> Hi,
>>>
>>> I experienced the same issue on 10.3
>>> With two SSID, the ASSOC events are treated twice by hostapd, which
>>> discard the first when starting to process the second.
>>> So only the second SSID can establish an association.
>>>
>>> It still works if the first interface handles an OPEN SSID.
>>>
>>> By the way, I will soon work on HEAD and try to reproduce too.
>>>
>>> ---
>>>
>>> Valentin VERGEZ
>>>
>>>
>>> 
>>>
>>> De: "Adrian Chadd" 
>>> À: "Michael Reifenberger" 
>>> Cc: freebsd-wireless at freebsd.org
>>> Envoyé: Mercredi 14 Septembre 2016 18:00:32
>>> Objet: Re: More than one SSID doesn't fully work with AR9280 (ath or
>>> hostapd bug?)
>>>
>>> hi,
>>>
>>> I'll have to try it on -head. I tohught we fixed these issues!
>>>
>>>
>>> -a
>>>
>>>
>>> On 14 September 2016 at 08:27, Michael Reifenberger
>>>  wrote:
>>> > Hi,
>>> >
>>> > I'm using pfsense (FreeBSD fw.rm-i.net 10.3-RELEASE-p7 FreeBSD
>>> > 10.3-RELEASE-p7 #0 a0a18f4(stable/16.7): Mon Aug 15 06:35:28 CEST 2016
>>> > root at sensey64:/usr/obj/usr/src/sys/SMP  amd64) and a Ubiquiti SR71-E
>>> > on
>>> > a
>>> > APU.2C4 to get the following:
>>> >
>>> > I want two interfaces ath0_wlan1 and ath0_wlan2 with different SSID's
>>> > and
>>> > PSK's in order to implement
>>> > two different access filters.
>>> >
>>> > The configuration works. I see:
>>> > ath0: flags=8843 metric 0 mtu
>>> > 2290
>>> > ether 00:15:6d:85:e3:00
>>> > nd6 options=21
>>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng
>>> > 
>>> > status: running
>>> > ath0_wlan1: flags=8843 metric 0
>>> > mtu
>>> > 1500
>>> > ether 00:15:6d:85:e3:00
>>> > inet6 fe80::215:6dff:fe85:e300%ath0_wlan1 prefixlen 64 scopeid
>>> > 0x9
>>> > inet 10.0.4.1 netmask 0xff00 broadcast 10.0.4.255
>>> > nd6 options=21
>>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng
>>> > 
>>> > status: running
>>> > ssid WL1 channel 2 (2417 MHz 11g ht/40+) bssid
>>> > 00:15:6d:85:e3:00
>>> > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
>>> > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
>>> > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
>>> > -apbridge dtimperiod 1 -dfs
>>> > ath0_wlan2: flags=8843 metric 0
>>> > mtu
>>> > 1500
>>> > ether 06:15:6d:85:e3:00
>>> > inet6 fe80::415:6dff:fe85:e300%ath0_wlan2 prefixlen 64 scopeid
>>> > 0xa
>>> > inet 10.0.5.1 netmask 0xff00 broadcast 10.0.5.255
>>> > nd6 options=21
>>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng
>>> > 
>>> > status: running
>>> > ssid WL2 channel 2 (2417 MHz 11g ht/40+) bssid
&

Re: More than one SSID doesn't fully work with AR9280 (ath or hostapd bug?)

2017-04-19 Thread Adrian Chadd
hiya,

I used to run multiple SSIDs at home. I'll set it up again in a couple
days and use it to see what happens. :)


-a


On 19 April 2017 at 06:23, Michael  wrote:
> Hi,
> with a current Opnsense, based on FreeBSD-11 its working (two SSID's) now
> for me.
>
> Greetings
> ---
> Mike
>
>
> Am 19. April 2017 15:03:13 MESZ schrieb Valentin VERGEZ
> :
>>
>> Hi,
>>
>> I experienced the same issue on 10.3
>> With two SSID, the ASSOC events are treated twice by hostapd, which
>> discard the first when starting to process the second.
>> So only the second SSID can establish an association.
>>
>> It still works if the first interface handles an OPEN SSID.
>>
>> By the way, I will soon work on HEAD and try to reproduce too.
>>
>> ---
>>
>> Valentin VERGEZ
>>
>>
>> ____
>>
>> De: "Adrian Chadd" 
>> À: "Michael Reifenberger" 
>> Cc: freebsd-wireless@freebsd.org
>> Envoyé: Mercredi 14 Septembre 2016 18:00:32
>> Objet: Re: More than one SSID doesn't fully work with AR9280 (ath or
>> hostapd bug?)
>>
>> hi,
>>
>> I'll have to try it on -head. I tohught we fixed these issues!
>>
>>
>> -a
>>
>>
>> On 14 September 2016 at 08:27, Michael Reifenberger
>>  wrote:
>> > Hi,
>> >
>> > I'm using pfsense (FreeBSD fw.rm-i.net 10.3-RELEASE-p7 FreeBSD
>> > 10.3-RELEASE-p7 #0 a0a18f4(stable/16.7): Mon Aug 15 06:35:28 CEST 2016
>> > root@sensey64:/usr/obj/usr/src/sys/SMP  amd64) and a Ubiquiti SR71-E on
>> > a
>> > APU.2C4 to get the following:
>> >
>> > I want two interfaces ath0_wlan1 and ath0_wlan2 with different SSID's
>> > and
>> > PSK's in order to implement
>> > two different access filters.
>> >
>> > The configuration works. I see:
>> > ath0: flags=8843 metric 0 mtu
>> > 2290
>> > ether 00:15:6d:85:e3:00
>> > nd6 options=21
>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng
>> > 
>> > status: running
>> > ath0_wlan1: flags=8843 metric 0
>> > mtu
>> > 1500
>> > ether 00:15:6d:85:e3:00
>> > inet6 fe80::215:6dff:fe85:e300%ath0_wlan1 prefixlen 64 scopeid
>> > 0x9
>> > inet 10.0.4.1 netmask 0xff00 broadcast 10.0.4.255
>> > nd6 options=21
>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng
>> > 
>> > status: running
>> > ssid WL1 channel 2 (2417 MHz 11g ht/40+) bssid 00:15:6d:85:e3:00
>> > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
>> > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
>> > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
>> > -apbridge dtimperiod 1 -dfs
>> > ath0_wlan2: flags=8843 metric 0
>> > mtu
>> > 1500
>> > ether 06:15:6d:85:e3:00
>> > inet6 fe80::415:6dff:fe85:e300%ath0_wlan2 prefixlen 64 scopeid
>> > 0xa
>> > inet 10.0.5.1 netmask 0xff00 broadcast 10.0.5.255
>> > nd6 options=21
>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng
>> > 
>> > status: running
>> > ssid WL2 channel 2 (2417 MHz 11g ht/40+) bssid 06:15:6d:85:e3:00
>> > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
>> > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
>> > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
>> > -apbridge dtimperiod 1 -dfs
>> >
>> > Both hostapd.conf's seem reasonable:
>> > root@fw:/var/etc # diff -u2 hostapd_ath0_wlan1.conf
>> > hostapd_ath0_wlan2.conf
>> > --- hostapd_ath0_wlan1.conf 2016-03-07 02:00:58.528705000 +0100
>> > +++ hostapd_ath0_wlan2.conf 2016-03-07 02:01:00.348875000 +0100
>> > @@ -1,3 +1,3 @@
>> > -interface=ath0_wlan1
>> > +interface=ath0_wlan2
>> >  driver=bsd
>> >  logger_syslog=-1
>> > @@ -5,11 +5,11 @@
>> >  logger_stdout=-1
>> >  logger_stdout_level=0
>> > -dump_file=/tmp/hostapd_ath0_wlan1.dump
>> > +dump_file=/tmp/hostapd_ath0_wlan2.dump
>> >  ctrl_interface=/var/run/hostapd
>> >  ctrl_interface_group=wheel
>> > -#accept_mac_file=/tmp/hostapd_ath0_wlan1.accept
>> > -#deny_mac

Re: More than one SSID doesn't fully work with AR9280 (ath or hostapd bug?)

2017-04-19 Thread Michael
Hi,
with a current Opnsense, based on FreeBSD-11 its working (two SSID's) now for 
me.

Greetings
---
Mike

Am 19. April 2017 15:03:13 MESZ schrieb Valentin VERGEZ 
:
>Hi, 
>
>I experienced the same issue on 10.3 
>With two SSID, the ASSOC events are treated twice by hostapd, which
>discard the first when starting to process the second. 
>So only the second SSID can establish an association. 
>
>It still works if the first interface handles an OPEN SSID. 
>
>By the way, I will soon work on HEAD and try to reproduce too. 
>
>--- 
>
>Valentin VERGEZ 
>
>> De: "Adrian Chadd" 
>> À: "Michael Reifenberger" 
>> Cc: freebsd-wireless@freebsd.org
>> Envoyé: Mercredi 14 Septembre 2016 18:00:32
>> Objet: Re: More than one SSID doesn't fully work with AR9280 (ath or
>hostapd
>> bug?)
>
>> hi,
>
>> I'll have to try it on -head. I tohught we fixed these issues!
>
>> -a
>
>> On 14 September 2016 at 08:27, Michael Reifenberger
>>  wrote:
>> > Hi,
>
>> > I'm using pfsense (FreeBSD fw.rm-i.net 10.3-RELEASE-p7 FreeBSD
>> > 10.3-RELEASE-p7 #0 a0a18f4(stable/16.7): Mon Aug 15 06:35:28 CEST
>2016
>> > root@sensey64:/usr/obj/usr/src/sys/SMP amd64) and a Ubiquiti SR71-E
>on a
>> > APU.2C4 to get the following:
>
>> > I want two interfaces ath0_wlan1 and ath0_wlan2 with different
>SSID's and
>> > PSK's in order to implement
>> > two different access filters.
>
>> > The configuration works. I see:
>> > ath0: flags=8843 metric 0
>mtu 2290
>> > ether 00:15:6d:85:e3:00
>> > nd6 options=21
>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
>> > status: running
>> > ath0_wlan1: flags=8843
>metric 0 mtu
>> > 1500
>> > ether 00:15:6d:85:e3:00
>> > inet6 fe80::215:6dff:fe85:e300%ath0_wlan1 prefixlen 64 scopeid 0x9
>> > inet 10.0.4.1 netmask 0xff00 broadcast 10.0.4.255
>> > nd6 options=21
>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
>> > status: running
>> > ssid WL1 channel 2 (2417 MHz 11g ht/40+) bssid 00:15:6d:85:e3:00
>> > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
>> > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
>> > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
>> > -apbridge dtimperiod 1 -dfs
>> > ath0_wlan2: flags=8843
>metric 0 mtu
>> > 1500
>> > ether 06:15:6d:85:e3:00
>> > inet6 fe80::415:6dff:fe85:e300%ath0_wlan2 prefixlen 64 scopeid 0xa
>> > inet 10.0.5.1 netmask 0xff00 broadcast 10.0.5.255
>> > nd6 options=21
>> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
>> > status: running
>> > ssid WL2 channel 2 (2417 MHz 11g ht/40+) bssid 06:15:6d:85:e3:00
>> > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
>> > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
>> > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
>> > -apbridge dtimperiod 1 -dfs
>
>> > Both hostapd.conf's seem reasonable:
>> > root@fw:/var/etc # diff -u2 hostapd_ath0_wlan1.conf
>hostapd_ath0_wlan2.conf
>> > --- hostapd_ath0_wlan1.conf 2016-03-07 02:00:58.528705000 +0100
>> > +++ hostapd_ath0_wlan2.conf 2016-03-07 02:01:00.348875000 +0100
>> > @@ -1,3 +1,3 @@
>> > -interface=ath0_wlan1
>> > +interface=ath0_wlan2
>> > driver=bsd
>> > logger_syslog=-1
>> > @@ -5,11 +5,11 @@
>> > logger_stdout=-1
>> > logger_stdout_level=0
>> > -dump_file=/tmp/hostapd_ath0_wlan1.dump
>> > +dump_file=/tmp/hostapd_ath0_wlan2.dump
>> > ctrl_interface=/var/run/hostapd
>> > ctrl_interface_group=wheel
>> > -#accept_mac_file=/tmp/hostapd_ath0_wlan1.accept
>> > -#deny_mac_file=/tmp/hostapd_ath0_wlan1.deny
>> > +#accept_mac_file=/tmp/hostapd_ath0_wlan2.accept
>> > +#deny_mac_file=/tmp/hostapd_ath0_wlan2.deny
>> > #macaddr_acl=
>> > -ssid=WL1
>> > +ssid=WL2
>> > debug=
>> > auth_algs=1
>
>> > The problem:
>> > Only one of the interfaces works fully at the same time
>> > Either the first one or the second one, but not both together.
>
>> > If enabling both at the same time, I see both SSID's on the WLAN,
>> > can authenticate to one of the interfaces (probably the first
>configured
>> > one) but not
>> > to the other. The other allways gives an authentification failure.
>
>> > How ca

Re: More than one SSID doesn't fully work with AR9280 (ath or hostapd bug?)

2017-04-19 Thread Valentin VERGEZ
Hi, 

I experienced the same issue on 10.3 
With two SSID, the ASSOC events are treated twice by hostapd, which discard the 
first when starting to process the second. 
So only the second SSID can establish an association. 

It still works if the first interface handles an OPEN SSID. 

By the way, I will soon work on HEAD and try to reproduce too. 

--- 

Valentin VERGEZ 

> De: "Adrian Chadd" 
> À: "Michael Reifenberger" 
> Cc: freebsd-wireless@freebsd.org
> Envoyé: Mercredi 14 Septembre 2016 18:00:32
> Objet: Re: More than one SSID doesn't fully work with AR9280 (ath or hostapd
> bug?)

> hi,

> I'll have to try it on -head. I tohught we fixed these issues!

> -a

> On 14 September 2016 at 08:27, Michael Reifenberger
>  wrote:
> > Hi,

> > I'm using pfsense (FreeBSD fw.rm-i.net 10.3-RELEASE-p7 FreeBSD
> > 10.3-RELEASE-p7 #0 a0a18f4(stable/16.7): Mon Aug 15 06:35:28 CEST 2016
> > root@sensey64:/usr/obj/usr/src/sys/SMP amd64) and a Ubiquiti SR71-E on a
> > APU.2C4 to get the following:

> > I want two interfaces ath0_wlan1 and ath0_wlan2 with different SSID's and
> > PSK's in order to implement
> > two different access filters.

> > The configuration works. I see:
> > ath0: flags=8843 metric 0 mtu 2290
> > ether 00:15:6d:85:e3:00
> > nd6 options=21
> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
> > status: running
> > ath0_wlan1: flags=8843 metric 0 mtu
> > 1500
> > ether 00:15:6d:85:e3:00
> > inet6 fe80::215:6dff:fe85:e300%ath0_wlan1 prefixlen 64 scopeid 0x9
> > inet 10.0.4.1 netmask 0xff00 broadcast 10.0.4.255
> > nd6 options=21
> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
> > status: running
> > ssid WL1 channel 2 (2417 MHz 11g ht/40+) bssid 00:15:6d:85:e3:00
> > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
> > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
> > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
> > -apbridge dtimperiod 1 -dfs
> > ath0_wlan2: flags=8843 metric 0 mtu
> > 1500
> > ether 06:15:6d:85:e3:00
> > inet6 fe80::415:6dff:fe85:e300%ath0_wlan2 prefixlen 64 scopeid 0xa
> > inet 10.0.5.1 netmask 0xff00 broadcast 10.0.5.255
> > nd6 options=21
> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
> > status: running
> > ssid WL2 channel 2 (2417 MHz 11g ht/40+) bssid 06:15:6d:85:e3:00
> > country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
> > AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
> > protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
> > -apbridge dtimperiod 1 -dfs

> > Both hostapd.conf's seem reasonable:
> > root@fw:/var/etc # diff -u2 hostapd_ath0_wlan1.conf hostapd_ath0_wlan2.conf
> > --- hostapd_ath0_wlan1.conf 2016-03-07 02:00:58.528705000 +0100
> > +++ hostapd_ath0_wlan2.conf 2016-03-07 02:01:00.348875000 +0100
> > @@ -1,3 +1,3 @@
> > -interface=ath0_wlan1
> > +interface=ath0_wlan2
> > driver=bsd
> > logger_syslog=-1
> > @@ -5,11 +5,11 @@
> > logger_stdout=-1
> > logger_stdout_level=0
> > -dump_file=/tmp/hostapd_ath0_wlan1.dump
> > +dump_file=/tmp/hostapd_ath0_wlan2.dump
> > ctrl_interface=/var/run/hostapd
> > ctrl_interface_group=wheel
> > -#accept_mac_file=/tmp/hostapd_ath0_wlan1.accept
> > -#deny_mac_file=/tmp/hostapd_ath0_wlan1.deny
> > +#accept_mac_file=/tmp/hostapd_ath0_wlan2.accept
> > +#deny_mac_file=/tmp/hostapd_ath0_wlan2.deny
> > #macaddr_acl=
> > -ssid=WL1
> > +ssid=WL2
> > debug=
> > auth_algs=1

> > The problem:
> > Only one of the interfaces works fully at the same time
> > Either the first one or the second one, but not both together.

> > If enabling both at the same time, I see both SSID's on the WLAN,
> > can authenticate to one of the interfaces (probably the first configured
> > one) but not
> > to the other. The other allways gives an authentification failure.

> > How can I debug this issue further?

> > BTW (if it's related):
> > Over time I see some of the following errors in dmesg:
> > ...
> > ath0: stuck beacon; resetting (bmiss count 4)
> > ath0: stuck beacon; resetting (bmiss count 4)
> > ath0: stuck beacon; resetting (bmiss count 4)
> > ath0: stuck beacon; resetting (bmiss count 4)
> > ath0: stuck beacon; resetting (bmiss count 4)
> > 


> > In the wireless logfile I see during an unsuccessfull authentification:
> > ...
> > Sep 14 17:19:53 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE 802.11:
> > associate

Re: More than one SSID doesn't fully work with AR9280 (ath or hostapd bug?)

2016-09-14 Thread Adrian Chadd
hi,

I'll have to try it on -head. I tohught we fixed these issues!


-a


On 14 September 2016 at 08:27, Michael Reifenberger
 wrote:
> Hi,
>
> I'm using pfsense (FreeBSD fw.rm-i.net 10.3-RELEASE-p7 FreeBSD
> 10.3-RELEASE-p7 #0 a0a18f4(stable/16.7): Mon Aug 15 06:35:28 CEST 2016
> root@sensey64:/usr/obj/usr/src/sys/SMP  amd64) and a Ubiquiti SR71-E on a
> APU.2C4 to get the following:
>
> I want two interfaces ath0_wlan1 and ath0_wlan2 with different SSID's and
> PSK's in order to implement
> two different access filters.
>
> The configuration works. I see:
> ath0: flags=8843 metric 0 mtu 2290
> ether 00:15:6d:85:e3:00
> nd6 options=21
> media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
> status: running
> ath0_wlan1: flags=8843 metric 0 mtu
> 1500
> ether 00:15:6d:85:e3:00
> inet6 fe80::215:6dff:fe85:e300%ath0_wlan1 prefixlen 64 scopeid 0x9
> inet 10.0.4.1 netmask 0xff00 broadcast 10.0.4.255
> nd6 options=21
> media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
> status: running
> ssid WL1 channel 2 (2417 MHz 11g ht/40+) bssid 00:15:6d:85:e3:00
> country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
> AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
> protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
> -apbridge dtimperiod 1 -dfs
> ath0_wlan2: flags=8843 metric 0 mtu
> 1500
> ether 06:15:6d:85:e3:00
> inet6 fe80::415:6dff:fe85:e300%ath0_wlan2 prefixlen 64 scopeid 0xa
> inet 10.0.5.1 netmask 0xff00 broadcast 10.0.5.255
> nd6 options=21
> media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng 
> status: running
> ssid WL2 channel 2 (2417 MHz 11g ht/40+) bssid 06:15:6d:85:e3:00
> country US ecm authmode WPA2/802.11i privacy MIXED deftxkey 2
> AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 27 scanvalid 60
> protmode RTSCTS ampdulimit 64k ampdudensity 8 shortgi wme burst
> -apbridge dtimperiod 1 -dfs
>
> Both hostapd.conf's seem reasonable:
> root@fw:/var/etc # diff -u2 hostapd_ath0_wlan1.conf hostapd_ath0_wlan2.conf
> --- hostapd_ath0_wlan1.conf 2016-03-07 02:00:58.528705000 +0100
> +++ hostapd_ath0_wlan2.conf 2016-03-07 02:01:00.348875000 +0100
> @@ -1,3 +1,3 @@
> -interface=ath0_wlan1
> +interface=ath0_wlan2
>  driver=bsd
>  logger_syslog=-1
> @@ -5,11 +5,11 @@
>  logger_stdout=-1
>  logger_stdout_level=0
> -dump_file=/tmp/hostapd_ath0_wlan1.dump
> +dump_file=/tmp/hostapd_ath0_wlan2.dump
>  ctrl_interface=/var/run/hostapd
>  ctrl_interface_group=wheel
> -#accept_mac_file=/tmp/hostapd_ath0_wlan1.accept
> -#deny_mac_file=/tmp/hostapd_ath0_wlan1.deny
> +#accept_mac_file=/tmp/hostapd_ath0_wlan2.accept
> +#deny_mac_file=/tmp/hostapd_ath0_wlan2.deny
>  #macaddr_acl=
> -ssid=WL1
> +ssid=WL2
>  debug=
>  auth_algs=1
>
> The problem:
> Only one of the interfaces works fully at the same time
> Either the first one or the second one, but not both together.
>
> If enabling both at the same time, I see both SSID's on the WLAN,
> can authenticate to one of the interfaces (probably the first configured
> one) but not
> to the other. The other allways gives an authentification failure.
>
> How can I debug this issue further?
>
> BTW (if it's related):
> Over time I see some of the following errors in dmesg:
> ...
> ath0: stuck beacon; resetting (bmiss count 4)
> ath0: stuck beacon; resetting (bmiss count 4)
> ath0: stuck beacon; resetting (bmiss count 4)
> ath0: stuck beacon; resetting (bmiss count 4)
> ath0: stuck beacon; resetting (bmiss count 4)
> 
>
>
> In the wireless logfile I see during an unsuccessfull authentification:
> ...
> Sep 14 17:19:53 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE 802.11:
> associated
> Sep 14 17:19:53 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE 802.11:
> associated
> Sep 14 17:19:53 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: event 1
> notification
> Sep 14 17:19:53 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: start
> authentication
> Sep 14 17:19:53 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE 802.1X:
> unauthorizing port
> Sep 14 17:19:53 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sending
> 1/4 msg of 4-Way Handshake
> Sep 14 17:19:54 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: EAPOL-Key
> timeout
> Sep 14 17:19:54 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sending
> 1/4 msg of 4-Way Handshake
> Sep 14 17:19:55 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: EAPOL-Key
> timeout
> Sep 14 17:19:55 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sending
> 1/4 msg of 4-Way Handshake
> Sep 14 17:19:56 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: EAPOL-Key
> timeout
> Sep 14 17:19:56 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sending
> 1/4 msg of 4-Way Handshake
> Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: EAPOL-Key
> timeou