On power on/reboot radio0 and wifi not enabled

Hey all I am facing an issue when I reboot or start my router. The issue is that whenever I do that and go to the wireless tab I see the following:

But when I click either the Restart button on the radio0 or if I SSH into the router and run command

wifi

Then refresh the page I see it as being active now?

Is there some type of setting I am missing in order for it to work any time i reboot or power it up?

I have the following OpenWRT config:

System Status:
================================================
           Model: Raspberry Pi Compute Module 4 Rev 1.1
    Architecture: ARMv8 Processor rev 3
 Target Platform: bcm27xx/bcm2711
Firmware Version: OpenWrt 23.05.2 r23630-842932a63d / LuCI openwrt-23.05 branch git-23.306.39416-c86c256
  Kernel Version: 5.15.137

Network IPv4 Upstream:
================================================
   Protocol: DHCP client
    Address: 192.168.1.240/24
    Gateway: 192.168.1.1
      DNS 1: 192.168.1.1
     Device: Ethernet Adapter: "eth1"
MAC address: xx:xx:xx:xx:xx:xx

Wireless radio0:
=================================================
        Type: Cypress CYW43455 802.11ac/b/g/n
     Channel: 36 (5.180 GHz)
     Bitrate: -
      Signal: 0 dBm / Quality: 0%
        SSID: ***********
        Mode: Master
       BSSID: xx:xx:xx:xx:xx:xx
  Encryption: WPA2 PSK (CCMP)
Associations: -

root@carSSD:~# uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.path='platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
wireless.radio0.band='5g'
wireless.radio0.htmode='VHT80'
wireless.radio0.country='US'
wireless.radio0.cell_density='0'
wireless.radio0.channel='149'
wireless.radio0.disabled='0'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.ssid='txxxxxxxxxxx'
wireless.default_radio0.encryption='psk2'
wireless.default_radio0.key='xxxxxxxxxx'
wireless.default_radio0.disabled='0'

image