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

FS#2501 - OpenWRT Bug with WPA2-EAP on Linksys WRT3200ACM #8403

Closed
openwrt-bot opened this issue Sep 16, 2019 · 0 comments
Closed

FS#2501 - OpenWRT Bug with WPA2-EAP on Linksys WRT3200ACM #8403

openwrt-bot opened this issue Sep 16, 2019 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

JustinA:

There is a bug, when you are using a Linksys WRT3200ACM and there is a network with wpa2-eap encryption. You are getting diconnected after one or two hours. It reconnects after a few minutes. This issue only appears with the wpa2-eap encryption method. The wpa2-psk encryption works fine. I am using "OpenWrt 18.06.4 r7808-ef686b7292" and "wpad 2018-05-21-62566bc2-6". The RADIUS-Server is a Windows-Server and the Linksys AP is only a pass-through.

My wireless config:

config wifi-iface
option device 'radio1'
option mode 'ap'
option ssid 'RADIUS-NETWORK'
option network '115_RADIUS'
option disassoc_low_ack '0'
option encryption 'wpa2+ccmp'
option auth_server 'XXX'
option auth_secret 'XXX'
option ieee80211r '1'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option nasid 'AccessPoint5'

System Log:

Mon Sep 2 09:10:48 2019 daemon.info hostapd: wlan1: STA 18:3d:a2:66:3a:80 IEEE 802.11: associated (aid 1)
Mon Sep 2 09:10:48 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-STARTED 18:3d:a2:66:3a:80
Mon Sep 2 09:10:48 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=1
Mon Sep 2 09:10:51 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-RETRANSMIT 18:3d:a2:66:3a:80
Mon Sep 2 09:10:51 2019 daemon.info hostapd: wlan1: STA 18:3d:a2:66:3a:80 IEEE 802.11: authenticated
Mon Sep 2 09:10:57 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-RETRANSMIT 18:3d:a2:66:3a:80
Mon Sep 2 09:11:09 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-RETRANSMIT 18:3d:a2:66:3a:80
Mon Sep 2 09:11:29 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-RETRANSMIT 18:3d:a2:66:3a:80
Mon Sep 2 09:11:49 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-RETRANSMIT 18:3d:a2:66:3a:80
Mon Sep 2 09:12:09 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-RETRANSMIT 18:3d:a2:66:3a:80
Mon Sep 2 09:12:09 2019 daemon.notice hostapd: wlan1: CTRL-EVENT-EAP-TIMEOUT-FAILURE 18:3d:a2:66:3a:80
Mon Sep 2 09:12:11 2019 kern.debug kernel: [3338862.064627] ieee80211 phy1: staid 3 deleted
Mon Sep 2 09:12:14 2019 daemon.info hostapd: wlan1: STA 18:3d:a2:66:3a:80 IEEE 802.11: deauthenticated due to local deauth request

Mon Sep 2 13:37:57 2019 daemon.info hostapd: wlan1: STA 18:3d:a2:66:3a:80 IEEE 802.11: disassociated due to inactivity Mon Sep 2 13:37:58 2019 daemon.info hostapd: wlan1: STA 18:3d:a2:66:3a:80 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant