Wifi5 went down at approximately 7 May 06:14, internet stopped working, communications between local devices stopped, but my phone was still connnected to the wifi5 ssd for 20 seconds, it got disconnected and tried to reconnect back to the 5ghz ssid but didn't work, the 5ghz ssid disappeared from available networks for a while, appeared back but my phone wouldn't connect back. No other device in my home is able to connect to 5ghz ssid at this moment
Kernel logs : https://paste.centos.org/view/9bb92419
error at 1219.428927 seconds
System logs: https://paste.centos.org/view/15115cad
Wireless config:
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
option band '5g'
option channel '157'
option htmode 'VHT80'
option cell_density '0'
option country 'US'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'mido5'
option encryption 'sae'
option key 'pass'
option ocv '0'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/10180000.wmac'
option band '2g'
option channel '6'
option htmode 'HT40'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'mido'
option encryption 'psk2'
option key 'pass'
root@OpenWrt:~#