Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STA XX:XX:XX:XX:XX:XX IEEE 802.11: did not acknowledge authentication response #114

Closed
mrkiko opened this issue Jul 14, 2017 · 9 comments
Closed

Comments

@mrkiko
Copy link

mrkiko commented Jul 14, 2017

My Netgear Mediatek 7603 device (in a Netgear R6220 AP) gives this error
when trying to connect with an Atheros AR9285 Rev 2 device.
this worked at some point, but after restoring the device to original FW
to unbrick it, and re-flashing LEDE it didn't work. Still, the
coupled MT7612 works fine, and the MT7603 device works fine with another
nearer laptop.

Driver is at commit cf4ba12 .

Thank you for your great work.

@nbd168
Copy link
Member

nbd168 commented Dec 3, 2017

Please try the latest version

@Lu-Fi
Copy link

Lu-Fi commented Mar 3, 2018

This also occur in latest versions.

Sat Mar 3 09:03:01 2018 user.info adblock-[3.5.1]: blocklist with overall 46818 domains loaded successfully (Xiaomi Mi Router 3G, OpenWrt SNAPSHOT r6351-694f0bb)
Sat Mar 3 09:04:58 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: authenticated
Sat Mar 3 09:05:04 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: disassociated
Sat Mar 3 09:05:05 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Mar 3 09:05:26 2018 daemon.notice hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: did not acknowledge authentication response
Sat Mar 3 09:05:26 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: disassociated
Sat Mar 3 09:05:27 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Mar 3 09:07:11 2018 daemon.notice hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: did not acknowledge authentication response
Sat Mar 3 09:07:17 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: disassociated
Sat Mar 3 09:07:18 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Mar 3 09:07:32 2018 daemon.notice hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: did not acknowledge authentication response
Sat Mar 3 09:07:38 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: disassociated
Sat Mar 3 09:07:39 2018 daemon.info hostapd: wlan0-1: STA 28:ed:6a:a4:de:5c IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Mar 3 09:07:46 2018 daemon.info hostapd: wlan1: STA 28:ed:6a:a4:de:5c IEEE 802.11: authenticated
Sat Mar 3 09:07:46 2018 daemon.info hostapd: wlan1: STA 28:ed:6a:a4:de:5c IEEE 802.11: associated (aid 4)

@nanpuyue
Copy link

Fri Mar 30 09:59:26 2018 daemon.notice hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: did not acknowledge authentication response
Fri Mar 30 09:59:37 2018 daemon.info hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: disassociated
Fri Mar 30 09:59:37 2018 daemon.notice hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: did not acknowledge authentication response
Fri Mar 30 09:59:41 2018 daemon.info hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: disassociated due to inactivity
Fri Mar 30 09:59:42 2018 daemon.info hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Fri Mar 30 10:00:17 2018 daemon.notice hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: did not acknowledge authentication response
Fri Mar 30 10:00:27 2018 daemon.info hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: disassociated
Fri Mar 30 10:00:27 2018 daemon.notice hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: did not acknowledge authentication response
Fri Mar 30 10:00:31 2018 daemon.info hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: disassociated due to inactivity
Fri Mar 30 10:00:32 2018 daemon.info hostapd: wlan0: STA 5c:52:1e:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)

@nanpuyue
Copy link

nanpuyue commented Mar 30, 2018

I use hostapd instead of wpad.
The client is nintendo switch.

@deverton
Copy link

I'm seeing this issue a lot with one particular client on the network. What would help to diagnose this further? I have some packet captures of the authentication process and it looks like the first three steps of the authentication process complete but the fourth one is either not transmitted, not received, or the driver doesn't seem to be notifying hostapd.

@nbd168
Copy link
Member

nbd168 commented Oct 25, 2018

Please try the latest version (master only, not 18.06).

@mrkiko
Copy link
Author

mrkiko commented Oct 26, 2018

I don't have the hardware anymore, sorry.
And thank you very very much for all of the work, the testing. Thanks to
all involved.

P.S.: but I think I'll have the chance to test a MT76x0E device

@deverton
Copy link

deverton commented Oct 26, 2018

Updating from OpenWrt 18.06.0 r7188-b0b5c64c22 to OpenWrt SNAPSHOT r8380-6026356 and I no longer have this issue. Previously it would take the one bad client on my network 60+ minutes to reconnect and now it's instant.

Thanks!

@nbd168
Copy link
Member

nbd168 commented Oct 26, 2018

Nice, thanks for testing.

@nbd168 nbd168 closed this as completed Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants