Yesterday I've upgraded OpenWRT on my Xiaomi Mi Router 4A Gigabit Edition to this version:
https://downloads.openwrt.org/releases/24.10.0/targets/ramips/mt7621/openwrt-24.10.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin
I'm not 100% sure if it worked before, but I can't get clients to connect to 5GHz networks. Scanning on the router works fine and non-hidden SSIDs from my router are visible to other clients, but trying to connect looks like this in logread -f
(after adding option log_level 1
to config wifi-device 'radio1'
in /etc/config/wireless
):
Sun Feb 23 20:45:24 2025 daemon.notice hostapd: phy1-ap0: ACS-COMPLETED freq=5500 channel=100
Sun Feb 23 20:45:24 2025 daemon.notice hostapd: phy1-ap0: interface state ACS->HT_SCAN
Sun Feb 23 20:45:25 2025 kern.info kernel: [24407.383746] br-lan: port 5(phy1-ap0) entered blocking state
Sun Feb 23 20:45:25 2025 kern.info kernel: [24407.389390] br-lan: port 5(phy1-ap0) entered forwarding state
Sun Feb 23 20:45:25 2025 daemon.notice netifd: Network device 'phy1-ap0' link is up
Sun Feb 23 20:45:25 2025 daemon.notice hostapd: phy1-ap0: interface state HT_SCAN->ENABLED
Sun Feb 23 20:45:25 2025 daemon.notice hostapd: phy1-ap0: AP-ENABLED
Sun Feb 23 20:45:32 2025 daemon.notice hostapd: phy0-ap1: AP-STA-DISCONNECTED [client-mac]
Sun Feb 23 20:45:33 2025 daemon.debug hostapd: phy1-ap0: STA [client-mac] IEEE 802.11: authentication OK (open system)
Sun Feb 23 20:45:33 2025 daemon.debug hostapd: phy1-ap0: STA [client-mac] MLME: MLME-AUTHENTICATE.indication([client-mac], OPEN_SYSTEM)
Sun Feb 23 20:45:33 2025 daemon.debug hostapd: phy1-ap0: STA [client-mac] MLME: MLME-DELETEKEYS.request([client-mac])
... last 3 lines repeat 8 times, probably the client tried 8 times? ...
Sun Feb 23 20:45:40 2025 daemon.notice hostapd: phy1-ap0: Prune association for [client-mac]
I've even tried configuring a network without encryption, but it behaves the same even then..
Can anybody help me? I've got no idea what to try next...
Thank you,
kind regards,
kawog45017