I just received my OpenWRT One and started configuring it. I am only using it as a WAP at the moment, so DHCP has been disabled, and DNS as well. (similar config on two existing OpenWRT devices).
| Hostname | OpenWrtOne |
|---|---|
| Model | OpenWrt One |
| Architecture | ARMv8 Processor rev 4 |
| Target Platform | mediatek/filogic |
| Firmware Version | OpenWrt 25.12.4 r32933-4ccb782af7 / LuCI openwrt-25.12 branch 26.134.75701~cd18b8e |
| Kernel Version | 6.12.87 |
| Local Time | May 18, 2026, 22:45:24 GMT+2 |
I got to the Wifi setup and created a 2.4Ghz SSID with WPA2-PSK/WPA3-SAE with no issues. it worked right away.
radio0
Type: MediaTek MT7981 802.11ax/b/g/n
Channel: 1 (2.412 GHz)
Country Code: DK
Noise: -86.00 dBm
TX Power: 20.00 dBm
SSID: Beaubatons
Mode: Master
BSSID: 20:05:B7:00:A1:A2
Encryption: mixed WPA2/WPA3 PSK, SAE (CCMP)
Associations: -
___
radio1
Type: MediaTek MT7981 802.11ac/ax/n
Channel: 120 (5.600 GHz)
Country Code: DK
Noise: -91.00 dBm
TX Power: 25.00 dBm
SSID: Owlery
Mode: Master
BSSID: 20:05:B7:00:A1:A9
Encryption: mixed WPA2/WPA3 PSK, SAE (CCMP)
Associations: -
And this is where the issue lies: all attempts to set up a 5Ghz SSID fail at the "getting IP" stage.
Only other thing is that I switched the ports to the 2.5Gbit is LAN and the 1Gbit is WAN (after first attempts at the Wifi)
the log is quite unhelpful to me:
[May 18, 2026, 22:17:23 GMT+2] daemon.info: hostapd: phy1-ap0: STA de:42:51:32:76:62 IEEE 802.11: authenticated
[May 18, 2026, 22:17:23 GMT+2] daemon.info: hostapd: phy1-ap0: STA de:42:51:32:76:62 IEEE 802.11: associated (aid 1)
[May 18, 2026, 22:17:23 GMT+2] daemon.notice: hostapd: phy1-ap0: AP-STA-CONNECTED de:42:51:32:76:62 auth_alg=open
[May 18, 2026, 22:17:23 GMT+2] daemon.info: hostapd: phy1-ap0: STA de:42:51:32:76:62 WPA: pairwise key handshake completed (RSN)
[May 18, 2026, 22:17:23 GMT+2] daemon.notice: hostapd: phy1-ap0: EAPOL-4WAY-HS-COMPLETED de:42:51:32:76:62
[May 18, 2026, 22:17:42 GMT+2] daemon.notice: hostapd: phy1-ap0: AP-STA-DISCONNECTED de:42:51:32:76:62
for comparison here is the 2.4Ghz log for a connection to that
[May 18, 2026, 22:40:23 GMT+2] daemon.info: hostapd: phy0-ap0: STA 0e:ed:f9:9a:f4:ee IEEE 802.11: associated (aid 1)
[May 18, 2026, 22:40:23 GMT+2] daemon.notice: hostapd: phy0-ap0: AP-STA-CONNECTED 0e:ed:f9:9a:f4:ee auth_alg=sae
[May 18, 2026, 22:40:23 GMT+2] daemon.info: hostapd: phy0-ap0: STA 0e:ed:f9:9a:f4:ee WPA: pairwise key handshake completed (RSN)
[May 18, 2026, 22:40:23 GMT+2] daemon.notice: hostapd: phy0-ap0: EAPOL-4WAY-HS-COMPLETED 0e:ed:f9:9a:f4:ee
Is this a known Issue I have been unable to find already documented?