R5C + RTL8822CE start wifi interface one by one

Good day all,

I bought a Nano Pi R5C + RTL8822CE (I red it's not recommended by won't change it).
I originaly installed 25.12.2 but following below observation I went for 24.10.2.

OpenWrt 24.10.2 r28739-d9340319c6 / LuCI openwrt-24.10 branch 25.168.50434~d6b13f6
downloaded from SYSUPGRADE (EXT4)

My goal is to have it getting internet as a CLIENT from an external available wifi + provide its own wifi SSID.

When I set this up it works well:

  1. I setup the router as a client selecting the network using luci interface. OK it has internet.
  2. I setup its own wifi SSID. OK other devices can connect.

Problem start at next router reboot. Router cannot connect to the external wifi + it provides its own wifi, but impossible to connect.

My understanding is I cannot enable at the same time both being CLIENT + being an AP. But if I enable them step by step, all works.
To reproduce the issue:

uci -q set wireless.@wifi-iface[1].disabled=1
uci -q set wireless.@wifi-iface[0].disabled=1
uci commit wireless
sleep 1
wifi reload
uci -q set wireless.@wifi-iface[1].disabled=0
uci -q set wireless.@wifi-iface[0].disabled=0
uci commit wireless
sleep 1
wifi reload

I can't reproduce right now, will provide logs a bit later.

But if I do it step by step it works well. Hence I added this to the Startup > Local startup section:

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

sleep 45
logger "Realtek fix: Force reset for wlan and phy0-ap0"

#worked with 25.12.2 version of openwrt but not with 24.10.2
#ip link set wlan down
#ip link set phy0-sta0 down
#sleep 5
#ip link set wlan up
#ip link set phy0-sta0 up

uci -q set wireless.@wifi-iface[1].disabled=1
uci -q set wireless.@wifi-iface[0].disabled=1
uci commit wireless
sleep 1
wifi reload
sleep 5

uci -q set wireless.@wifi-iface[0].disabled=0
uci commit wireless
sleep 1
wifi reload
sleep 5
uci -q set wireless.@wifi-iface[1].disabled=0
uci commit wireless
sleep 1
wifi reload

logger "Realtek fix: done"

exit 0

How could I make it that "wifi reload" would actually start each interface one by one automatically, not just at startup thanks to my script.
If I change any wifi setup and click Save & Apply, WIFI starts bugging again.

Cheers

Good day,

So I reproduced the issue doing this:

root@OpenWrt:~# logger "going to make wifi not working"
root@OpenWrt:~# uptime
 18:39:56 up 10:09,  load average: 0.03, 0.04, 0.00
root@OpenWrt:~# uci -q set wireless.@wifi-iface[1].disabled=1
root@OpenWrt:~# uci -q set wireless.@wifi-iface[0].disabled=1
root@OpenWrt:~# uci commit wireless
root@OpenWrt:~# wifi reload
root@OpenWrt:~# logger "wifi is disabled we gonna enable it all interface at once"
root@OpenWrt:~# uci -q set wireless.@wifi-iface[1].disabled=0
root@OpenWrt:~# uci -q set wireless.@wifi-iface[0].disabled=0
root@OpenWrt:~# uci commit wireless
root@OpenWrt:~# wifi reload
root@OpenWrt:~# logger "all command sent"
root@OpenWrt:~# logger "now reverting"
root@OpenWrt:~# uci -q set wireless.@wifi-iface[1].disabled=1
root@OpenWrt:~# uci -q set wireless.@wifi-iface[0].disabled=1
root@OpenWrt:~# uci commit wireless
root@OpenWrt:~# wifi reload
root@OpenWrt:~# logger "wifi is disabled we gonna enable it all interface one by one"
root@OpenWrt:~# uci -q set wireless.@wifi-iface[0].disabled=0
root@OpenWrt:~# uci commit wireless
root@OpenWrt:~# wifi reload
root@OpenWrt:~# uci -q set wireless.@wifi-iface[1].disabled=0
root@OpenWrt:~# uci commit wireless
root@OpenWrt:~# wifi reload
root@OpenWrt:~# logger "end of commands"
root@OpenWrt:~# uptime
 18:43:22 up 10:12,  load average: 0.21, 0.14, 0.04
root@OpenWrt:~#

The associated logs are the following:

Click to see logs
**Sun Apr  5 18:40:52 2026 user.notice root: wifi is disabled we gonna enable it all interface at once**
Sun Apr  5 18:41:12 2026 daemon.notice netifd: radio0 (20932): sh: out of range
Sun Apr  5 18:41:13 2026 daemon.notice wpa_supplicant[954]: Set new config for phy phy0
Sun Apr  5 18:41:13 2026 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Sun Apr  5 18:41:13 2026 daemon.notice hostapd: Restart interface for phy phy0
Sun Apr  5 18:41:13 2026 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=US ieee80211d=1 ieee80211h=1 hw_mode=a beacon_int=100 stationary_ap=1 chanlist=149 noscan=1 tx_queue_data2_burst=2.0 #num_global_macaddr=1 #macaddr_base= ieee80211n=1 ht_coex=0 ht_capab=[HT40+][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935][DSSS_CCK-40] ieee80211ac=1 vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=155 vht_capab=[RXLDPC][SHORT-GI-80][TX-STBC-2BY1][SU-BEAMFORMEE][MU-BEAMFORMEE][HTC-VHT][RX-STBC-1][BF-ANTENNA-4][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7] channel=149  interface=wlan bssid=dc:4a:9e:e1:19:d0 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 skip_inactivity_poll=0 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 wpa_passphrase=!password! wpa_psk_file=/var/run/hostapd-wlan.psk auth_algs=1 w
Sun Apr  5 18:41:13 2026 daemon.notice wpa_supplicant[954]: Set new config for phy phy0
Sun Apr  5 18:41:13 2026 daemon.notice hostapd: wlan: interface state UNINITIALIZED->COUNTRY_UPDATE
Sun Apr  5 18:41:13 2026 kern.info kernel: [36637.098622] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:13 2026 kern.info kernel: [36637.099141] br-lan: port 2(wlan) entered disabled state
Sun Apr  5 18:41:13 2026 kern.info kernel: [36637.099698] rtw_8822ce 0000:01:00.0 wlan: entered allmulticast mode
Sun Apr  5 18:41:13 2026 kern.info kernel: [36637.100718] rtw_8822ce 0000:01:00.0 wlan: entered promiscuous mode
Sun Apr  5 18:41:13 2026 daemon.notice netifd: Network device 'wlan' link is up
Sun Apr  5 18:41:13 2026 kern.info kernel: [36637.476578] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:13 2026 kern.info kernel: [36637.477107] br-lan: port 2(wlan) entered forwarding state
Sun Apr  5 18:41:13 2026 daemon.notice hostapd: wlan: interface state COUNTRY_UPDATE->ENABLED
Sun Apr  5 18:41:13 2026 daemon.notice hostapd: wlan: AP-ENABLED
Sun Apr  5 18:41:13 2026 daemon.notice netifd: Interface 'wwan' is enabled
Sun Apr  5 18:41:13 2026 daemon.notice netifd: Wireless device 'radio0' is now up
Sun Apr  5 18:41:13 2026 daemon.notice netifd: Interface 'wwan' is disabled
Sun Apr  5 18:41:13 2026 daemon.notice netifd: Interface 'wwan' is enabled
Sun Apr  5 18:41:15 2026 daemon.info vnstatd[4219]: Info: Interface "phy0-sta0" enabled.
Sun Apr  5 18:41:16 2026 daemon.notice netifd: Network device 'wlan' link is down
Sun Apr  5 18:41:16 2026 kern.info kernel: [36639.689925] br-lan: port 2(wlan) entered disabled state
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: SME: Trying to authenticate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:19 2026 kern.info kernel: [36642.947850] phy0-sta0: authenticate with 54:13:10:d5:20:b4 (local address=de:4a:9e:e1:19:d0)
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Trying to associate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:19 2026 kern.info kernel: [36643.066303] phy0-sta0: send auth to 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:19 2026 kern.info kernel: [36643.070251] phy0-sta0: authenticated
Sun Apr  5 18:41:19 2026 kern.info kernel: [36643.076125] phy0-sta0: associate with 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:19 2026 daemon.notice netifd: Network device 'phy0-sta0' link is up
Sun Apr  5 18:41:19 2026 daemon.notice netifd: Interface 'wwan' has link connectivity
Sun Apr  5 18:41:19 2026 daemon.notice netifd: Interface 'wwan' is setting up now
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Associated with 54:13:10:d5:20:b4
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sun Apr  5 18:41:19 2026 kern.info kernel: [36643.080129] phy0-sta0: RX AssocResp from 54:13:10:d5:20:b4 (capab=0x1531 status=0 aid=103)
Sun Apr  5 18:41:19 2026 kern.info kernel: [36643.081551] phy0-sta0: associated
Sun Apr  5 18:41:19 2026 daemon.notice netifd: wwan (21077): udhcpc: started, v1.36.1
Sun Apr  5 18:41:19 2026 daemon.notice netifd: wwan (21077): udhcpc: broadcasting discover
Sun Apr  5 18:41:19 2026 kern.debug kernel: [36643.176836] phy0-sta0: Limiting TX power to 30 (30 - 0) dBm as advertised by 54:13:10:d5:20:b4
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: WPA: Key negotiation completed with 54:13:10:d5:20:b4 [PTK=CCMP GTK=CCMP]
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to 54:13:10:d5:20:b4 completed [id=5 id_str=]
Sun Apr  5 18:41:19 2026 daemon.notice netifd: Network device 'wlan' link is up
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:19 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:19 2026 kern.info kernel: [36643.366441] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:19 2026 kern.info kernel: [36643.366928] br-lan: port 2(wlan) entered forwarding state
Sun Apr  5 18:41:21 2026 daemon.notice netifd: Network device 'phy0-sta0' link is down
Sun Apr  5 18:41:21 2026 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Sun Apr  5 18:41:21 2026 kern.info kernel: [36645.113277] phy0-sta0: Connection to AP 54:13:10:d5:20:b4 lost
Sun Apr  5 18:41:21 2026 daemon.notice netifd: wwan (21077): udhcpc: received SIGTERM
Sun Apr  5 18:41:21 2026 daemon.notice netifd: wwan (21077): udhcpc: entering released state
Sun Apr  5 18:41:21 2026 daemon.notice netifd: wwan (21077): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wwan" } (Permission denied)
Sun Apr  5 18:41:21 2026 daemon.notice netifd: Interface 'wwan' is now down
Sun Apr  5 18:41:21 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=54:13:10:d5:20:b4 reason=4 locally_generated=1
Sun Apr  5 18:41:21 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Added BSSID 54:13:10:d5:20:b4 into ignore list, ignoring for 10 seconds
Sun Apr  5 18:41:22 2026 daemon.notice netifd: Network device 'wlan' link is down
Sun Apr  5 18:41:22 2026 kern.info kernel: [36646.176444] br-lan: port 2(wlan) entered disabled state
Sun Apr  5 18:41:24 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Removed BSSID 54:13:10:d5:20:b4 from ignore list (clear)
Sun Apr  5 18:41:24 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: SME: Trying to authenticate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:25 2026 kern.info kernel: [36648.717492] phy0-sta0: authenticate with 54:13:10:d5:20:b4 (local address=de:4a:9e:e1:19:d0)
Sun Apr  5 18:41:25 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Trying to associate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:25 2026 kern.info kernel: [36648.826446] phy0-sta0: send auth to 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:25 2026 kern.info kernel: [36648.830650] phy0-sta0: authenticated
Sun Apr  5 18:41:25 2026 kern.info kernel: [36648.836318] phy0-sta0: associate with 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:25 2026 daemon.notice netifd: Network device 'phy0-sta0' link is up
Sun Apr  5 18:41:25 2026 daemon.notice netifd: Interface 'wwan' has link connectivity
Sun Apr  5 18:41:25 2026 daemon.notice netifd: Interface 'wwan' is setting up now
Sun Apr  5 18:41:25 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Associated with 54:13:10:d5:20:b4
Sun Apr  5 18:41:25 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sun Apr  5 18:41:25 2026 kern.info kernel: [36648.840554] phy0-sta0: RX AssocResp from 54:13:10:d5:20:b4 (capab=0x1531 status=0 aid=104)
Sun Apr  5 18:41:25 2026 kern.info kernel: [36648.842011] phy0-sta0: associated
Sun Apr  5 18:41:25 2026 daemon.notice netifd: wwan (21186): udhcpc: started, v1.36.1
Sun Apr  5 18:41:25 2026 kern.debug kernel: [36648.906501] phy0-sta0: Limiting TX power to 30 (30 - 0) dBm as advertised by 54:13:10:d5:20:b4
Sun Apr  5 18:41:25 2026 daemon.notice netifd: wwan (21186): udhcpc: broadcasting discover
Sun Apr  5 18:41:25 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: WPA: Key negotiation completed with 54:13:10:d5:20:b4 [PTK=CCMP GTK=CCMP]
Sun Apr  5 18:41:25 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to 54:13:10:d5:20:b4 completed [id=5 id_str=]
Sun Apr  5 18:41:25 2026 daemon.notice netifd: Network device 'wlan' link is up
Sun Apr  5 18:41:25 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:25 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:25 2026 kern.info kernel: [36649.106638] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:25 2026 kern.info kernel: [36649.107173] br-lan: port 2(wlan) entered forwarding state
**Sun Apr  5 18:41:25 2026 user.notice root: all command sent**
Sun Apr  5 18:41:27 2026 daemon.notice netifd: Network device 'phy0-sta0' link is down
Sun Apr  5 18:41:27 2026 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Sun Apr  5 18:41:27 2026 kern.info kernel: [36650.873256] phy0-sta0: Connection to AP 54:13:10:d5:20:b4 lost
Sun Apr  5 18:41:27 2026 daemon.notice netifd: wwan (21186): udhcpc: received SIGTERM
Sun Apr  5 18:41:27 2026 daemon.notice netifd: wwan (21186): udhcpc: entering released state
Sun Apr  5 18:41:27 2026 daemon.notice netifd: wwan (21186): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wwan" } (Permission denied)
Sun Apr  5 18:41:27 2026 daemon.notice netifd: Interface 'wwan' is now down
Sun Apr  5 18:41:27 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=54:13:10:d5:20:b4 reason=4 locally_generated=1
Sun Apr  5 18:41:27 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Added BSSID 54:13:10:d5:20:b4 into ignore list, ignoring for 10 seconds
Sun Apr  5 18:41:28 2026 daemon.notice netifd: Network device 'wlan' link is down
Sun Apr  5 18:41:28 2026 kern.info kernel: [36651.876597] br-lan: port 2(wlan) entered disabled state
Sun Apr  5 18:41:30 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Removed BSSID 54:13:10:d5:20:b4 from ignore list (clear)
Sun Apr  5 18:41:30 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: SME: Trying to authenticate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:30 2026 kern.info kernel: [36654.548099] phy0-sta0: authenticate with 54:13:10:d5:20:b4 (local address=de:4a:9e:e1:19:d0)
Sun Apr  5 18:41:31 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Trying to associate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:31 2026 kern.info kernel: [36654.666593] phy0-sta0: send auth to 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:31 2026 kern.info kernel: [36654.670551] phy0-sta0: authenticated
Sun Apr  5 18:41:31 2026 kern.info kernel: [36654.676432] phy0-sta0: associate with 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:31 2026 daemon.notice netifd: Network device 'phy0-sta0' link is up
Sun Apr  5 18:41:31 2026 daemon.notice netifd: Interface 'wwan' has link connectivity
Sun Apr  5 18:41:31 2026 daemon.notice netifd: Interface 'wwan' is setting up now
Sun Apr  5 18:41:31 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Associated with 54:13:10:d5:20:b4
Sun Apr  5 18:41:31 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sun Apr  5 18:41:31 2026 kern.info kernel: [36654.680423] phy0-sta0: RX AssocResp from 54:13:10:d5:20:b4 (capab=0x1531 status=0 aid=105)
Sun Apr  5 18:41:31 2026 kern.info kernel: [36654.681848] phy0-sta0: associated
Sun Apr  5 18:41:31 2026 daemon.notice netifd: wwan (21295): udhcpc: started, v1.36.1
Sun Apr  5 18:41:31 2026 kern.debug kernel: [36654.746706] phy0-sta0: Limiting TX power to 30 (30 - 0) dBm as advertised by 54:13:10:d5:20:b4
Sun Apr  5 18:41:31 2026 daemon.notice netifd: wwan (21295): udhcpc: broadcasting discover
Sun Apr  5 18:41:31 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: WPA: Key negotiation completed with 54:13:10:d5:20:b4 [PTK=CCMP GTK=CCMP]
Sun Apr  5 18:41:31 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to 54:13:10:d5:20:b4 completed [id=5 id_str=]
Sun Apr  5 18:41:31 2026 daemon.notice netifd: Network device 'wlan' link is up
Sun Apr  5 18:41:31 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:31 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:31 2026 kern.info kernel: [36654.946889] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:31 2026 kern.info kernel: [36654.947431] br-lan: port 2(wlan) entered forwarding state
Sun Apr  5 18:41:33 2026 daemon.notice netifd: Network device 'phy0-sta0' link is down
Sun Apr  5 18:41:33 2026 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Sun Apr  5 18:41:33 2026 kern.info kernel: [36656.713274] phy0-sta0: Connection to AP 54:13:10:d5:20:b4 lost
Sun Apr  5 18:41:33 2026 daemon.notice netifd: wwan (21295): udhcpc: received SIGTERM
Sun Apr  5 18:41:33 2026 daemon.notice netifd: wwan (21295): udhcpc: entering released state
Sun Apr  5 18:41:33 2026 daemon.notice netifd: wwan (21295): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wwan" } (Permission denied)
Sun Apr  5 18:41:33 2026 daemon.notice netifd: Interface 'wwan' is now down
Sun Apr  5 18:41:33 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=54:13:10:d5:20:b4 reason=4 locally_generated=1
Sun Apr  5 18:41:33 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Added BSSID 54:13:10:d5:20:b4 into ignore list, ignoring for 10 seconds
Sun Apr  5 18:41:34 2026 daemon.notice netifd: Network device 'wlan' link is down
Sun Apr  5 18:41:34 2026 kern.info kernel: [36657.776709] br-lan: port 2(wlan) entered disabled state
Sun Apr  5 18:41:36 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Removed BSSID 54:13:10:d5:20:b4 from ignore list (clear)
Sun Apr  5 18:41:36 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: SME: Trying to authenticate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:36 2026 kern.info kernel: [36660.338325] phy0-sta0: authenticate with 54:13:10:d5:20:b4 (local address=de:4a:9e:e1:19:d0)
Sun Apr  5 18:41:36 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Trying to associate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:36 2026 kern.info kernel: [36660.456765] phy0-sta0: send auth to 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:36 2026 kern.info kernel: [36660.460799] phy0-sta0: authenticated
Sun Apr  5 18:41:36 2026 kern.info kernel: [36660.466593] phy0-sta0: associate with 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:36 2026 daemon.notice netifd: Network device 'phy0-sta0' link is up
Sun Apr  5 18:41:36 2026 daemon.notice netifd: Interface 'wwan' has link connectivity
Sun Apr  5 18:41:36 2026 daemon.notice netifd: Interface 'wwan' is setting up now
Sun Apr  5 18:41:36 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Associated with 54:13:10:d5:20:b4
Sun Apr  5 18:41:36 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sun Apr  5 18:41:36 2026 kern.info kernel: [36660.470579] phy0-sta0: RX AssocResp from 54:13:10:d5:20:b4 (capab=0x1531 status=0 aid=106)
Sun Apr  5 18:41:36 2026 kern.info kernel: [36660.471990] phy0-sta0: associated
Sun Apr  5 18:41:36 2026 daemon.notice netifd: wwan (21405): udhcpc: started, v1.36.1
Sun Apr  5 18:41:36 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: WPA: Key negotiation completed with 54:13:10:d5:20:b4 [PTK=CCMP GTK=CCMP]
Sun Apr  5 18:41:36 2026 daemon.notice netifd: wwan (21405): udhcpc: broadcasting discover
Sun Apr  5 18:41:36 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to 54:13:10:d5:20:b4 completed [id=5 id_str=]
Sun Apr  5 18:41:36 2026 kern.debug kernel: [36660.616842] phy0-sta0: Limiting TX power to 30 (30 - 0) dBm as advertised by 54:13:10:d5:20:b4
Sun Apr  5 18:41:37 2026 daemon.notice netifd: Network device 'wlan' link is up
Sun Apr  5 18:41:37 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:37 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:37 2026 kern.info kernel: [36660.736942] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:37 2026 kern.info kernel: [36660.737439] br-lan: port 2(wlan) entered forwarding state
Sun Apr  5 18:41:38 2026 daemon.err uhttpd[1469]: [info] luci: accepted login on / for root from 192.168.2.216
Sun Apr  5 18:41:38 2026 daemon.notice netifd: Network device 'phy0-sta0' link is down
Sun Apr  5 18:41:38 2026 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Sun Apr  5 18:41:38 2026 kern.info kernel: [36662.503828] phy0-sta0: Connection to AP 54:13:10:d5:20:b4 lost
Sun Apr  5 18:41:38 2026 daemon.notice netifd: wwan (21405): udhcpc: received SIGTERM
Sun Apr  5 18:41:38 2026 daemon.notice netifd: wwan (21405): udhcpc: entering released state
Sun Apr  5 18:41:38 2026 daemon.notice netifd: wwan (21405): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wwan" } (Permission denied)
Sun Apr  5 18:41:38 2026 daemon.notice netifd: Interface 'wwan' is now down
Sun Apr  5 18:41:38 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=54:13:10:d5:20:b4 reason=4 locally_generated=1
Sun Apr  5 18:41:38 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Added BSSID 54:13:10:d5:20:b4 into ignore list, ignoring for 10 seconds
Sun Apr  5 18:41:39 2026 daemon.notice netifd: Network device 'wlan' link is down
Sun Apr  5 18:41:39 2026 kern.info kernel: [36663.536884] br-lan: port 2(wlan) entered disabled state
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Removed BSSID 54:13:10:d5:20:b4 from ignore list (clear)
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: SME: Trying to authenticate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:42 2026 kern.info kernel: [36665.968406] phy0-sta0: authenticate with 54:13:10:d5:20:b4 (local address=de:4a:9e:e1:19:d0)
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Trying to associate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:42 2026 kern.info kernel: [36666.086896] phy0-sta0: send auth to 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:42 2026 kern.info kernel: [36666.090825] phy0-sta0: authenticated
Sun Apr  5 18:41:42 2026 kern.info kernel: [36666.096753] phy0-sta0: associate with 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:42 2026 daemon.notice netifd: Network device 'phy0-sta0' link is up
Sun Apr  5 18:41:42 2026 daemon.notice netifd: Interface 'wwan' has link connectivity
Sun Apr  5 18:41:42 2026 daemon.notice netifd: Interface 'wwan' is setting up now
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Associated with 54:13:10:d5:20:b4
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sun Apr  5 18:41:42 2026 kern.info kernel: [36666.100750] phy0-sta0: RX AssocResp from 54:13:10:d5:20:b4 (capab=0x1531 status=0 aid=107)
Sun Apr  5 18:41:42 2026 kern.info kernel: [36666.102172] phy0-sta0: associated
Sun Apr  5 18:41:42 2026 daemon.notice netifd: wwan (21576): udhcpc: started, v1.36.1
Sun Apr  5 18:41:42 2026 daemon.notice netifd: wwan (21576): udhcpc: broadcasting discover
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: WPA: Key negotiation completed with 54:13:10:d5:20:b4 [PTK=CCMP GTK=CCMP]
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to 54:13:10:d5:20:b4 completed [id=5 id_str=]
Sun Apr  5 18:41:42 2026 kern.debug kernel: [36666.277168] phy0-sta0: Limiting TX power to 30 (30 - 0) dBm as advertised by 54:13:10:d5:20:b4
Sun Apr  5 18:41:42 2026 daemon.notice netifd: Network device 'wlan' link is up
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:42 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:42 2026 kern.info kernel: [36666.397314] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:42 2026 kern.info kernel: [36666.397854] br-lan: port 2(wlan) entered forwarding state
Sun Apr  5 18:41:44 2026 daemon.notice netifd: Network device 'phy0-sta0' link is down
Sun Apr  5 18:41:44 2026 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Sun Apr  5 18:41:44 2026 kern.info kernel: [36668.133318] phy0-sta0: Connection to AP 54:13:10:d5:20:b4 lost
Sun Apr  5 18:41:44 2026 daemon.notice netifd: wwan (21576): udhcpc: received SIGTERM
Sun Apr  5 18:41:44 2026 daemon.notice netifd: wwan (21576): udhcpc: entering released state
Sun Apr  5 18:41:44 2026 daemon.notice netifd: wwan (21576): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wwan" } (Permission denied)
Sun Apr  5 18:41:44 2026 daemon.notice netifd: Interface 'wwan' is now down
Sun Apr  5 18:41:44 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=54:13:10:d5:20:b4 reason=4 locally_generated=1
Sun Apr  5 18:41:44 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Added BSSID 54:13:10:d5:20:b4 into ignore list, ignoring for 10 seconds
Sun Apr  5 18:41:45 2026 daemon.notice netifd: Network device 'wlan' link is down
Sun Apr  5 18:41:45 2026 kern.info kernel: [36669.136893] br-lan: port 2(wlan) entered disabled state
Sun Apr  5 18:41:47 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Removed BSSID 54:13:10:d5:20:b4 from ignore list (clear)
Sun Apr  5 18:41:47 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: SME: Trying to authenticate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:48 2026 kern.info kernel: [36671.788622] phy0-sta0: authenticate with 54:13:10:d5:20:b4 (local address=de:4a:9e:e1:19:d0)
Sun Apr  5 18:41:48 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Trying to associate with 54:13:10:d5:20:b4 (SSID='INFINITUM63A2_5' freq=5745 MHz)
Sun Apr  5 18:41:48 2026 kern.info kernel: [36671.917054] phy0-sta0: send auth to 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:48 2026 kern.info kernel: [36671.921007] phy0-sta0: authenticated
Sun Apr  5 18:41:48 2026 kern.info kernel: [36671.926889] phy0-sta0: associate with 54:13:10:d5:20:b4 (try 1/3)
Sun Apr  5 18:41:48 2026 daemon.notice netifd: Network device 'phy0-sta0' link is up
Sun Apr  5 18:41:48 2026 daemon.notice netifd: Interface 'wwan' has link connectivity
Sun Apr  5 18:41:48 2026 daemon.notice netifd: Interface 'wwan' is setting up now
Sun Apr  5 18:41:48 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Associated with 54:13:10:d5:20:b4
Sun Apr  5 18:41:48 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sun Apr  5 18:41:48 2026 kern.info kernel: [36671.930842] phy0-sta0: RX AssocResp from 54:13:10:d5:20:b4 (capab=0x1531 status=0 aid=108)
Sun Apr  5 18:41:48 2026 kern.info kernel: [36671.932254] phy0-sta0: associated
Sun Apr  5 18:41:48 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:48 2026 kern.debug kernel: [36671.937747] phy0-sta0: Limiting TX power to 30 (30 - 0) dBm as advertised by 54:13:10:d5:20:b4
Sun Apr  5 18:41:48 2026 daemon.notice netifd: wwan (21689): udhcpc: started, v1.36.1
Sun Apr  5 18:41:48 2026 daemon.notice netifd: wwan (21689): udhcpc: broadcasting discover
Sun Apr  5 18:41:48 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: WPA: Key negotiation completed with 54:13:10:d5:20:b4 [PTK=CCMP GTK=CCMP]
Sun Apr  5 18:41:48 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to 54:13:10:d5:20:b4 completed [id=5 id_str=]
Sun Apr  5 18:41:48 2026 daemon.notice netifd: Network device 'wlan' link is up
Sun Apr  5 18:41:48 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Unknown event 37
Sun Apr  5 18:41:48 2026 kern.info kernel: [36672.217437] br-lan: port 2(wlan) entered blocking state
Sun Apr  5 18:41:48 2026 kern.info kernel: [36672.217977] br-lan: port 2(wlan) entered forwarding state
Sun Apr  5 18:41:50 2026 daemon.notice netifd: Network device 'phy0-sta0' link is down
Sun Apr  5 18:41:50 2026 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Sun Apr  5 18:41:50 2026 kern.info kernel: [36673.964258] phy0-sta0: Connection to AP 54:13:10:d5:20:b4 lost
Sun Apr  5 18:41:50 2026 daemon.notice netifd: wwan (21689): udhcpc: received SIGTERM
Sun Apr  5 18:41:50 2026 daemon.notice netifd: wwan (21689): udhcpc: entering released state
Sun Apr  5 18:41:50 2026 daemon.notice netifd: wwan (21689): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wwan" } (Permission denied)
Sun Apr  5 18:41:50 2026 daemon.notice netifd: Interface 'wwan' is now down
Sun Apr  5 18:41:50 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=54:13:10:d5:20:b4 reason=4 locally_generated=1
Sun Apr  5 18:41:50 2026 daemon.notice wpa_supplicant[954]: phy0-sta0: Added BSSID 54:13:10:d5:20:b4 into ignore list, ignoring for 10 seconds
Sun Apr  5 18:41:51 2026 daemon.notice netifd: Network device 'wlan' link is down
Sun Apr  5 18:41:51 2026 kern.info kernel: [36674.977275] br-lan: port 2(wlan) entered disabled state
**Sun Apr  5 18:41:53 2026 user.notice root: now reverting**

Checking logs did not trigger anything in my head so far, don't know how to investigate more.
Hopefully it will mean something for someone from the community.