From owner-freebsd-wireless@freebsd.org Wed Apr 19 18:28:34 2017 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 67D1CD44C12 for ; Wed, 19 Apr 2017 18:28:34 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::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 E1AF7199A for ; Wed, 19 Apr 2017 18:28:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr0-x231.google.com with SMTP id o21so21173548wrb.2 for ; Wed, 19 Apr 2017 11:28:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=xbCcGYBJD4kdtbwMsVRSr4B+iliUJhiqon4ZAHNmx6o=; b=DZJym5AR/NcJul+4iaBJAqUKUeZsw554CMNNrMoaEjrwpWjWiQOLnBX5BazbPY8oND LwrTelIO7fMnWn9GLikvII01bR8LREzvOKJ3v4AymF2XcCAuQI+eZ6D6AmcSqZR6ISol yporUFVXK+XAycycXRMrN1JRgfqPP/4oMcyzP7kDHqBc2RIhHk4V4jy8Kd4rbHNNFuwS jTGr4nCfFE5IovC6uAACZ0y0xUNS1BXtrTaWisiKnjXoeEd9jblV6/ScjIcl+axesk4W /o2XwJJ+VE7HfFLreWCGivFcgL7uryiq7RqM8BNhdimqXcssQgkXhLPl2qdylQp8C+6I kfCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=xbCcGYBJD4kdtbwMsVRSr4B+iliUJhiqon4ZAHNmx6o=; b=p30ZUuMmG2oEwOg1J1Hidhf0hcFWsBdv/44irUjHq/cIWUanZV/6HKt+Qn3uP4rC4p z7IGeE+pkN/+uTaYab0S633i7QsDeP8INx1SHgEIAK2UJa9PwLHsO7Zw2KZZyvjX+3Dz ERdm5uNELFMj2TO7EZkm3Q30AoWzDeMW0gItv1lu16nt+aY65pOBTRaF2NGw5E1CTnWj oX2agPe2VL3x+cla6k5lVo5DcJweYxmDfvO7Pt/9YeO7E3QYf/HLb84ERCHx4WJ/W+CH p1fjZwSVR9og65jzp0TRof2Wisf5HSMdByRcPJ62LOD8EXVr2gu5/PCmRFCo7YDmJnxO a1Kw== X-Gm-Message-State: AN3rC/7KKkRObhX5MxH+cu3jMz5OEUGa49Qfas5ldQ1ZfY+3lCbUHnYk bKosPFK8NvYljYzfihbysWfRsA2SeFdp X-Received: by 10.223.129.4 with SMTP id 4mr4456231wrm.62.1492626511996; Wed, 19 Apr 2017 11:28:31 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.28.185.66 with HTTP; Wed, 19 Apr 2017 11:28:31 -0700 (PDT) In-Reply-To: References: <20160914172742.Horde.ZL9ZWdGKhIB9Qt9HS2O7rhE@mail.eeeit.de> <1980424436.49344919.1492606993421.JavaMail.zimbra@stormshield.eu> From: Adrian Chadd Date: Wed, 19 Apr 2017 11:28:31 -0700 X-Google-Sender-Auth: mnGp-dCgnzvjxejHh81ZNYI-X2o Message-ID: Subject: Re: More than one SSID doesn't fully work with AR9280 (ath or hostapd bug?) To: Michael Cc: Valentin VERGEZ , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 19 Apr 2017 18:28:34 -0000 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" >> =C3=80: "Michael Reifenberger" >> Cc: freebsd-wireless@freebsd.org >> Envoy=C3=A9: 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 o= n >> > 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=3D8843 metric 0 mt= u >> > 2290 >> > ether 00:15:6d:85:e3:00 >> > nd6 options=3D21 >> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng >> > >> > status: running >> > ath0_wlan1: flags=3D8843 metri= c 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 0xffffff00 broadcast 10.0.4.255 >> > nd6 options=3D21 >> > 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 burs= t >> > -apbridge dtimperiod 1 -dfs >> > ath0_wlan2: flags=3D8843 metri= c 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 0xffffff00 broadcast 10.0.5.255 >> > nd6 options=3D21 >> > 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 burs= t >> > -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=3Dath0_wlan1 >> > +interface=3Dath0_wlan2 >> > driver=3Dbsd >> > logger_syslog=3D-1 >> > @@ -5,11 +5,11 @@ >> > logger_stdout=3D-1 >> > logger_stdout_level=3D0 >> > -dump_file=3D/tmp/hostapd_ath0_wlan1.dump >> > +dump_file=3D/tmp/hostapd_ath0_wlan2.dump >> > ctrl_interface=3D/var/run/hostapd >> > ctrl_interface_group=3Dwheel >> > -#accept_mac_file=3D/tmp/hostapd_ath0_wlan1.accept >> > -#deny_mac_file=3D/tmp/hostapd_ath0_wlan1.deny >> > +#accept_mac_file=3D/tmp/hostapd_ath0_wlan2.accept >> > +#deny_mac_file=3D/tmp/hostapd_ath0_wlan2.deny >> > #macaddr_acl=3D >> > -ssid=3DWL1 >> > +ssid=3DWL2 >> > debug=3D >> > auth_algs=3D1 >> > >> > 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 configur= ed >> > 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: eve= nt >> > 1 >> > notification >> > Sep 14 17:19:53 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sta= rt >> > 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 >> > timeout >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > PTKSTART: >> > Retry limit 4 reached >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 3 >> > notification >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DEAUTHENTICATE.indication(c4:85:08:3a:cf:f0, 2) >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DELETEKEYS.request(c4:85:08:3a:cf:f0) >> > Sep 14 17:19:57 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 2 >> > notification >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:19:57 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 1 >> > notification >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sta= rt >> > authentication >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:19:57 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:19:58 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:19:58 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:19:59 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:19:59 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:00 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:00 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > PTKSTART: >> > Retry limit 4 reached >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 3 >> > notification >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DEAUTHENTICATE.indication(c4:85:08:3a:cf:f0, 2) >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DELETEKEYS.request(c4:85:08:3a:cf:f0) >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:01 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 2 >> > notification >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:01 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 1 >> > notification >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sta= rt >> > authentication >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:01 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:02 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:02 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:03 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:03 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:04 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:04 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > PTKSTART: >> > Retry limit 4 reached >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 3 >> > notification >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DEAUTHENTICATE.indication(c4:85:08:3a:cf:f0, 2) >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DELETEKEYS.request(c4:85:08:3a:cf:f0) >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 2 >> > notification >> > Sep 14 17:20:05 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:05 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 1 >> > notification >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sta= rt >> > authentication >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:05 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:06 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:06 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:07 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:07 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:08 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:08 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > PTKSTART: >> > Retry limit 4 reached >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 3 >> > notification >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:09 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DEAUTHENTICATE.indication(c4:85:08:3a:cf:f0, 2) >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DELETEKEYS.request(c4:85:08:3a:cf:f0) >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 2 >> > notification >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:20:09 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > associated >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 1 >> > notification >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: sta= rt >> > authentication >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:09 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:10 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:10 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:11 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:11 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:12 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:12 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > sending >> > 1/4 msg of 4-Way Handshake >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > EAPOL-Key >> > timeout >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: >> > PTKSTART: >> > Retry limit 4 reached >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 3 >> > notification >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DEAUTHENTICATE.indication(c4:85:08:3a:cf:f0, 2) >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 MLME: >> > MLME-DELETEKEYS.request(c4:85:08:3a:cf:f0) >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:13 fw hostapd: ath0_wlan1: STA c4:85:08:3a:cf:f0 IEEE >> > 802.11: >> > disassociated >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 WPA: eve= nt >> > 2 >> > notification >> > Sep 14 17:20:13 fw hostapd: ath0_wlan2: STA c4:85:08:3a:cf:f0 IEEE >> > 802.1X: >> > unauthorizing port >> > ... >> > >> > Any clues? >> > >> > Thanks in advance! >> > --- >> > mike mr@freebsd.org >> > >> > >> > Gru=C3=9F >> > --- >> > Michael Reifenberger >> > >> _______________________________________________ >> freebsd-wireless@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless >> To unsubscribe, send any mail to >> "freebsd-wireless-unsubscribe@freebsd.org" >> >> > > Gru=C3=9F > --- > Michael