Xiaomi AX3200 - 5GHz Wi-Fi (radio1) suddenly stopped working / broadcasting

Hi everyone,

I am having an issue with my Xiaomi AX3200 where the 5GHz Wi-Fi radio (radio1) has suddenly stopped working. It was working perfectly fine before, but now it refuses to broadcast, while the 2.4GHz band (radio0) still works completely normally.

Troubleshooting Output:

  • OpenWRT Version
root@Xiaomi_AX3200:~# cat /tmp/sysinfo/model
Xiaomi Redmi Router AX6S
root@Xiaomi_AX3200:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='24.10.5'
DISTRIB_REVISION='r29087-d9c5716d1d'
DISTRIB_TARGET='mediatek/mt7622'
DISTRIB_ARCH='aarch64_cortex-a53'
DISTRIB_DESCRIPTION='OpenWrt 24.10.5 r29087-d9c5716d1d'
DISTRIB_TAINTS=''
  • Wireless Status
root@Xiaomi_AX3200:~# wifi status
{
        "radio0": {
                "up": true,
                "pending": false,
                "autostart": true,
                "disabled": false,
                "retry_setup_failed": false,
                "config": {
                        "path": "platform/18000000.wmac",
                        "channel": "1",
                        "band": "2g",
                        "htmode": "HT20",
                        "cell_density": 0,
                        "country": "MY"
                },
                "interfaces": [
                        {
                                "section": "default_radio0",
                                "ifname": "wl0-ap0",
                                "config": {
                                        "mode": "ap",
                                        "ssid": "Kedai Basikal",
                                        "encryption": "sae-mixed",
                                        "key": "####",
                                        "maclist": [
                                                "####",
                                                "####",
                                                "####",
                                                "####"
                                        ],
                                        "ocv": 0,
                                        "network": [
                                                "WiFi2_4G",
                                                "Media"
                                        ],
                                        "mode": "ap"
                                },
                                "vlans": [

                                ],
                                "stations": [

                                ]
                        }
                ]
        },
        "radio1": {
                "up": false,
                "pending": false,
                "autostart": true,
                "disabled": false,
                "retry_setup_failed": true,
                "config": {
                        "path": "1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0",
                        "channel": "36",
                        "band": "5g",
                        "htmode": "HE80",
                        "cell_density": 0
                },
                "interfaces": [
                        {
                                "section": "default_radio1",
                                "config": {
                                        "mode": "ap",
                                        "ssid": "Super Kedai Basikal",
                                        "key": "####",
                                        "encryption": "sae-mixed",
                                        "maclist": [
                                                "####",
                                                "####",
                                                "####",
                                                "####"
                                        ],
                                        "ocv": 0,
                                        "mode": "ap",
                                        "network": [
                                                "WiFi5G",
                                                "Media"
                                        ]
                                },
                                "vlans": [

                                ],
                                "stations": [

                                ]
                        }
                ]
        }
}
  • Network Config
root@Xiaomi_AX3200:~# cat /etc/config/network

config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd6f:9c1e:8859::/48'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        option promisc '1'

config interface 'lan'
        option device 'br-lan.30'
        option proto 'static'
        option ipaddr '192.168.30.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config device
        option name 'wan'
        option macaddr '5c:02:14:30:2c:d7'

config interface 'wan'
        option proto 'pppoe'
        option device 'wan.500'
        option username '#####'
        option password '#####'
        option ipv6 'auto'
        option peerdns '0'
        list dns '1.1.1.1'
        list dns '1.0.0.1'

config interface 'wan6'
        option device 'wan.500'
        option proto 'dhcpv6'
        option reqaddress 'try'
        option reqprefix 'auto'
        option peerdns '0'

config device
        option name 'lan1'

config device
        option name 'eth0'

config device
        option name 'lan2'

config device
        option name 'lan3'

config device
        option type '8021q'
        option ifname 'wan'
        option vid '500'
        option name 'wan.500'
        option mtu '1492'

config bridge-vlan
        option device 'br-lan'
        option vlan '10'
        list ports 'lan1'

config bridge-vlan
        option device 'br-lan'
        option vlan '30'
        list ports 'lan3:t*'

config bridge-vlan
        option device 'br-lan'
        option vlan '50'

config bridge-vlan
        option device 'br-lan'
        option vlan '60'

config interface 'Media'
        option proto 'static'
        option device 'br-lan.10'
        option ipaddr '192.168.10.1'
        option netmask '255.255.255.0'

config interface 'Guest'
        option proto 'static'
        option device 'br-lan.60'
        option ipaddr '192.168.60.1'
        option netmask '255.255.255.0'

config interface 'WiFi2_4G'
        option proto 'static'
        option device 'br-lan.50'
        option ipaddr '192.168.50.1'
        option netmask '255.255.255.0'
        list dns '192.168.51.1'

config bridge-vlan
        option device 'br-lan'
        option vlan '51'

config interface 'WiFi5G'
        option proto 'static'
        option device 'br-lan.51'
        option ipaddr '192.168.51.1'
        option netmask '255.255.255.0'

config bridge-vlan
        option device 'br-lan'
        option vlan '31'
        list ports 'lan3:t'

config interface 'FaeezHomeLab'
        option proto 'static'
        option device 'br-lan.31'
        option ipaddr '192.168.31.1'
        option netmask '255.255.255.0'

config bridge-vlan
        option device 'br-lan'
        option vlan '32'
        list ports 'lan3:t'

config bridge-vlan
        option device 'br-lan'
        option vlan '33'
        list ports 'lan3:t'

config bridge-vlan
        option device 'br-lan'
        option vlan '34'
        list ports 'lan3:t'

config route
        option interface 'FaeezHomeLab'
        option target '10.10.10.0/24'
        option gateway '192.168.31.2'
  • Wireless Config
root@Xiaomi_AX3200:~# cat /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/18000000.wmac'
        option channel '1'
        option band '2g'
        option htmode 'HT20'
        option cell_density '0'
        option country 'MY'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'WiFi2_4G Media'
        option mode 'ap'
        option ssid 'Kedai Basikal'
        option encryption 'sae-mixed'
        option key '####'
        list maclist '####'
        list maclist '####'
        list maclist '####'
        list maclist '####'
        option ocv '0'

config wifi-device 'radio1'
        option type 'mac80211'
        option path '1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option channel '36'
        option band '5g'
        option htmode 'HE80'
        option cell_density '0'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option mode 'ap'
        option ssid '####'
        option key '####'
        option encryption 'sae-mixed'
        list maclist '####'
        list maclist '####'
        list maclist '####'
        list maclist '####'
        option ocv '0'
        option network 'WiFi5G Media'
  • DHCP Config
root@Xiaomi_AX3200:~# cat /etc/config/dhcp

config dnsmasq
        option domainneeded '1'
        option localise_queries '1'
        option rebind_protection '1'
        option local '/lan/*.faeez.ddnsfree.com/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
        option leasefile '/tmp/dhcp.leases'
        option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
        option localservice '1'
        option ednspacket_max '1232'
        option confdir '/tmp/dnsmasq.d'
        list server '/mask.icloud.com/'
        list server '/mask-h2.icloud.com/'
        list server '/use-application-dns.net/'
        list server '127.0.0.1#5053'
        list server '127.0.0.1#5054'
        option rebind_localhost '1'
        list address '/pve1.faeez.ddnsfree.com/192.168.31.2'
        list address '/jellyfin.faeez.ddnsfree.com/10.10.10.4'

config dhcp 'lan'
        option interface 'lan'
        option start '2'
        option limit '150'
        option leasetime '12h'
        option dhcpv4 'server'
        option dhcpv6 'server'
        option ra 'server'
        list ra_flags 'managed-config'
        list ra_flags 'other-config'

config dhcp 'wan'
        option interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'
        option loglevel '4'
        option piofolder '/tmp/odhcpd-piofolder'

config dhcp 'Media'
        option interface 'Media'
        option start '2'
        option limit '150'
        option leasetime '12h'
        list dhcp_option '6,192.168.10.1'

config dhcp 'Guest'
        option interface 'Guest'
        option start '2'
        option limit '150'
        option leasetime '12h'

config dhcp 'WiFi2_4G'
        option interface 'WiFi2_4G'
        option start '2'
        option limit '150'
        option leasetime '12h'

config dhcp 'WiFi5G'
        option interface 'WiFi5G'
        option start '2'
        option limit '150'
        option leasetime '12h'

config dhcp 'FaeezHomeLab'
        option interface 'FaeezHomeLab'
        option start '2'
        option limit '150'
        option leasetime '12h'

config domain
        option name 'npm.faeez.ddnsfree.com'
        option ip '10.10.10.2'

config domain
        option name 'switch.faeez.ddnsfree.com'
        option ip '192.168.30.100'

config domain
        option name 'pve1.faeez.ddnsfree.com'
        option ip '192.168.31.2'

config domain
        option name 'jellyfin.faeez.ddnsfree.com'
        option ip '10.10.10.4'

config domain
        option name 'qbittorrent.faeez.ddnsfree.com'
        option ip '10.10.10.5'

config domain
        option name 'awx.faeez.ddnsfree.com'
        option ip '10.10.10.6'

Any guidance on whether this resembles a known driver bug, a regulatory/DFS conflict, or a potential hardware failure would be greatly appreciated. If anyone has encountered this specific issue with the MediaTek mt7915 wireless driver on this hardware, please let me know your thoughts.

Thank You

Upgrade to 25.12 and see if still happens.

Unrelated, but sae-mixed is also a bad idea.

Are you attempting to configure the SSID for 2 networks?

If so, that's invalid.

Upgrade to 25.12 and see if still happens.

@castiel652 The official OpenWrt tables show that the current supported stable release is actually 24.10.5. Is it safe for me to upgrade to 24.10.5 instead

Unrelated, but sae-mixed is also a bad idea.

@frollic Ah, good to know. Is sae-mixed known to cause the exact issue I'm running into right now? What kind of problems does it usually cause on OpenWrt?

Are you attempting to configure the SSID for 2 networks?

If so, that's invalid.

Yes, I am. If that is invalid, what is the best practice for setting this up correctly?

It's outdated.

No, that's why I said it was unrelated, but it can cause issues with some clients.

Upgraded to latest version but still the issue persist.

OpenWrt 25.12.4 r32933-4ccb782af7 / LuCI (HEAD detached at e9ebca7) branch 26.133.20346~e9ebca7

Repost your wireless config file.

root@Xiaomi_AX3200:~# cat /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/18000000.wmac'
        option channel '1'
        option band '2g'
        option htmode 'HT20'
        option cell_density '0'
        option country 'MY'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'WiFi2_4G Media'
        option mode 'ap'
        option ssid 'Kedai Basikal'
        option encryption 'sae-mixed'
        option key '##'
        list maclist '##'
        list maclist '##'
        list maclist '##'
        list maclist '##'
        option ocv '0'

config wifi-device 'radio1'
        option type 'mac80211'
        option path '1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option channel '36'
        option band '5g'
        option htmode 'HE80'
        option cell_density '0'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option mode 'ap'
        option ssid 'Super Kedai Basikal'
        option key '##'
        option encryption 'sae-mixed'
        list maclist '##'
        list maclist '##'
        list maclist '##'
        list maclist '##'
        option ocv '0'
        option network 'WiFi5G Me

What part of Xiaomi AX3200 - 5GHz Wi-Fi (radio1) suddenly stopped working / broadcasting - #4 by lleachii wasn't catched by you ?

Can you explain the goal of you adding two Layer 2 networks to one SSID?

What @lleachii said is correct. Option network must be a single network.

Set the country code on radio1 to MY. Both radios must be set to the same country. Confirm with iw reg get or iwinfo freqlist that the channel you are trying to use (36) is legal in MY. If it requires DFS the radio won't start immediately, so test with a non-DFS channel. Also try VHT20 instead of 80.

Read the system log for any wifi errors.