I run two GL-MT6000 devices connected by the cable. One of the (192.168.1.1) is a router, the other (.254) runs as an AP.
Both run "OpenWrt 23.05.5 r24106-10cc5fcd00"
Recently wifi devices connected to .254 reported "Wifi has no internet access". Wired devices still had internet connection, I could login to the router and ping outside world. So br-lan interface had internet connectivity but wifi interfaces seem to stop forwarding.
That was solved by wifi down
followed by wifi up
.
Dmesg shows nothing interesting (first messages after boot appear as response to wifi down/wifi up commands).
logread has a lot of hostapd and dawn messages without anything abnormal.
This incident repeated after few days.
from wireless config:
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel '149'
option band '5g'
option htmode 'HE80'
option cell_density '0'
option country 'NL'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'SSSS'
option encryption 'sae-mixed'
option bss_trainsition '1'
option ieee80211k '1'
option ieee80211w '1'
#option ieee80211r '1' # macbook air sucks
option ieee80211v '1'
option key 'XXX'
option mobility_domain '2128'
option ft_psk_generate_local '1'
Would be thankful for any pointers.