Xiaomi AX3200 doesn't see networks around (2.4H and 5G)

Hi,

I am using Xiaomi AX3200 with OpenWRT version 23.05.3

I sometimes want to connect to networks around, but clicking "Scan" in the 2.4G or 5G radios (showed in the attached snippet) give result of "Starting wireless scan..." for 3 seconds and then "No data". Although there are about 10 2G networks around and 2 5G networks.

Sometimes, when I leave the window open for 5-10 minutes the networks found, but sometimes not.

I tried to click "Restart" but it doesn't help.

Any idea why this is happening and how to troubleshoot?

Thanks

You have to set country code to use active scan

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall

23.05.4 on mine AX3200 scans just fine both 2.4 and 5GHz:

{
	"kernel": "5.15.162",
	"hostname": "router",
	"system": "ARMv8 Processor rev 4",
	"model": "Xiaomi Redmi Router AX6S",
	"board_name": "xiaomi,redmi-router-ax6s",
	"rootfs_type": "squashfs",
	"release": {
		"distribution": "OpenWrt",
		"version": "23.05.4",
		"revision": "r24012-d8dd03c46f",
		"target": "mediatek/mt7622",
		"description": "OpenWrt 23.05.4 r24012-d8dd03c46f"
	}
}
1 Like