I have a AX1800 for almost more than a year and it had been working great.
I have it in AP mode, and my main router is another AX1800. I set both routers to the same SSID to allow for roaming. Both are using WPA2/WPA3 mixed mode on oth 2.4GHz and 5GHz.
I noticed that once upgraded to 4.8.3 on the AP, when switching from the router to the AP, connection will be lost on the connecting device. Based on logs and tcp dump, it seems that it has trouble getting DHCP:
Log on main router:
Sun Apr 26 14:20:43 2026 daemon.info dnsmasq-dhcp[11807]: DHCPDISCOVER(br-lan) 7a:94:42:62:18:43
Sun Apr 26 14:20:43 2026 daemon.info dnsmasq-dhcp[11807]: DHCPOFFER(br-lan) 192.168.8.49 7a:94:42:62:18:43
Sun Apr 26 14:20:47 2026 daemon.info dnsmasq-dhcp[11807]: DHCPDISCOVER(br-lan) 7a:94:42:62:18:43
Sun Apr 26 14:20:47 2026 daemon.info dnsmasq-dhcp[11807]: DHCPOFFER(br-lan) 192.168.8.49 7a:94:42:62:18:43
Sun Apr 26 14:20:48 2026 daemon.info hostapd: wlan1: STA cc:f4:11:af:a4:f9 IEEE 802.11: disconnected due to excessive missing ACKs
Sun Apr 26 14:20:48 2026 daemon.notice hostapd: wlan1: AP-STA-DISCONNECTED cc:f4:11:af:a4:f9
Sun Apr 26 14:20:49 2026 daemon.info dnsmasq-dhcp[11807]: DHCPDISCOVER(br-lan) cc:f4:11:af:a4:f9
Sun Apr 26 14:20:49 2026 daemon.info dnsmasq-dhcp[11807]: DHCPOFFER(br-lan) 192.168.118.47 cc:f4:11:af:a4:f9
Sun Apr 26 14:20:55 2026 daemon.info dnsmasq-dhcp[11807]: DHCPDISCOVER(br-lan) 7a:94:42:62:18:43
Sun Apr 26 14:20:55 2026 daemon.info dnsmasq-dhcp[11807]: DHCPOFFER(br-lan) 192.168.8.49 7a:94:42:62:18:43
tcpdump on device:
14:20:43.538694 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 7a:94:42:62:18:43, length 306
14:20:47.903799 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 7a:94:42:62:18:43, length 304
14:20:55.407905 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 7a:94:42:62:18:43, length 304
14:21:05.260312 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 7a:94:42:62:18:43, length 306
No logs show up on the AP itself.
Only after about 3-4mins, do I get a DHCPACK on the router and tcpdump will finally capture a DHCP response. The connection will work fine after that, but the same will happen after switching to the router and back the the AP again.
It seems like something is losing the DHCPOFFER sent by the main router.
This happens even with all default settings other than using Access Point Mode, WPA2+WPA3, and changing the SSID. Using only WPA2 also reproduces the problem.
Once downgraded to 4.6.8 everything works well again.
