Hi! I own two Xiaomi AX3600 since a lot of time ago. They worked as expected. One is the main router and the other acts as AP.
But from some weeks ago, the 2.4 GHz wifi network of the main router have some problem. I will try to explain:
- I've the same SSID with the same configuration in both devices, for the 2.4GHz network.
config wifi-iface 'wifinet3'
option device 'radio2'
option network 'lan'
option mode 'ap'
option ssid 'PIMINET_N'
option ifname 'wlan24g'
option key 'XXXXXXXX'
option encryption 'psk2'
- The clients usually connect to the nearest one.
- From some time ago, I observed that the main router has 0 clients on this network, despite some clients are just next to this router. All the clients are connected on the AP router that is further.
- If I force the clients to connect to the main router (disconnecting them from the AP), they seem to connect, but the speed is zero. It's like they can't send or receive data:
- The result is that some seconds later, this devices disconnect from the main router and connect to the AP again. The main reason seems that they don't receive anything, I've this on the logs for all the devices:
Thu Dec 19 07:54:50 2024 daemon.notice hostapd: wlan24g: STA xx:xx:xx:xx:xx:xx IEEE 802.11: did not acknowledge authentication response
Some idea of what is happening? Now I'm on 24.10.0-rc2, but happens too with latest master and earlier ones. Thanks!