mwlwifi
mwlwifi copied to clipboard
OpenWrt 18.06.4 connection problems with WPA2-EAP
Hello together,
I have connection problems, when I am connected with my wifi network. I am using the encryption method "WPA2-EAP" and a seperated Windows RADIUS-Server. I am loosing the connection and my IP after 1 or 2 hours. I have to wait a few minutes and then I am reconnected. The AP (Linksys WRT3200ACM) is only a pass-through to the RADIUS-Server. I also have two other networks (BYOD & Guests) with the encryption method "WPA2-PSK" and there are no connection problems. I am using "OpenWrt 18.06.4 r7808-ef686b7292" and "wpad 2018-05-21-62566bc2-6". I also checked the logs form the Windows RADIUS-Server and there a no errors.
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)
Having similar issue with openwrt 19.07.6 WPA2-EAP -> Pfsense FreeRadius3 0.15.7_26.
Randomly, devices lose internet access, and I have to restart wifi on them to make it work again.
Having the same issue. Anyone got this working?