CAPsMAN issues

I cannot seem to get the wifi to "turn on" in this configuration... Advice?

\

2025-02-22 11:20:34 by RouterOS 7.17.1

software id = UYDC-T41S

model = RB4011iGS+5HacQ2HnD

serial number = HF80932X5RY

/interface bridge
add name=bridge1
/interface wireless

managed by CAPsMAN

set [ find default-name=wlan1 ] ssid=MikroTik

managed by CAPsMAN

set [ find default-name=wlan2 ] ssid=MikroTik
/caps-man security
add authentication-types=wpa2-psk encryption="" name=security
/caps-man configuration
add channel.band=2ghz-b/g .control-channel-width=20mhz .extension-channel=XX
country="united states3" datapath.client-to-client-forwarding=yes
.local-forwarding=yes name=cfg-2ghz security=security ssid=3-Bar-K
add channel.band=5ghz-a .control-channel-width=20mhz .extension-channel=XXXX
country="united states3" datapath.client-to-client-forwarding=yes
.local-forwarding=yes name=cfg-5ghz-ac security=security ssid=3-Bar-K
add channel.band=5ghz-a .control-channel-width=20mhz .extension-channel=XX
country="united states3" datapath.client-to-client-forwarding=yes
.local-forwarding=yes name=cfg-5ghz-an security=security ssid=3-Bar-K
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=10.74.1.1-10.74.3.254
add name=dhcp_pool1 ranges=10.74.2.1-10.74.3.254
/port
set 0 name=serial0
set 1 name=serial1
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=
cfg-2ghz name-format=prefix-identity name-prefix=2ghz
add action=create-dynamic-enabled hw-supported-modes=ac master-configuration=
cfg-5ghz-ac name-format=prefix-identity name-prefix=5ghz-ac
add action=create-dynamic-enabled hw-supported-modes=an master-configuration=
cfg-5ghz-an name-format=prefix-identity name-prefix=5ghz-an
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether10
add bridge=bridge1 interface=sfp-sfpplus1
add bridge=bridge1 interface=wlan2
add bridge=bridge1 interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add interface=ether1 list=WAN
add interface=bridge1 list=LAN
/interface wireless cap

set bridge=bridge1 enabled=yes interfaces=wlan2,wlan1
/ip address
add address=xx.yy.zz.11/25 interface=ether1 network=xx.yy.zz.0
add address=10.74.0.1/22 interface=bridge1 network=10.74.0.0
add address=xx.yy.zz.50/25 interface=ether1 network=xx.yy.zz.0
add address=xx.yy.zz.55/25 interface=ether1 network=xx.yy.zz.0
add address=xx.yy.zz.60/25 interface=ether1 network=xx.yy.zz.0
add address=xx.yy.zz.74/25 interface=ether1 network=xx.yy.zz.0
/ip dhcp-client
add disabled=yes interface=ether1
/ip dhcp-server
add address-pool=dhcp_pool1 interface=bridge1 name=dhcp1
/ip dhcp-server network
add address=10.74.0.0/22 dns-server=10.74.0.1 gateway=10.74.0.1
/ip dns
set servers=1.1.1.1
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=drop chain=input in-interface-list=!LAN
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge1 type=internal
add interface=ether1 type=external
/system clock
set time-zone-name=America/Denver
/system note
set show-at-login=no
/system routerboard settings
set auto-upgrade=yes enter-setup-on=delete-key
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

Are you referring to the wireless interfaces of the RB4011?
Anything in the log?

cannot be capsman and “self caps”… written in blue : https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-WiFiCAPsMAN

AFAIK this is only related to the new CAPsMAN version (/interface wifi), while this topic is about the old (legacy) /caps-man version. I think that version does support managing local interfaces.