Connecting cAP Lite In Station While Broadcasting An SSID

I’m new to MikroTik wireless and I’m trying to discern if I have a configuration issue or a if what I’m trying to do is simply not possible. I will post full configurations as soon as I’m able to get them. I’m not in a position to grab them at them moment.

I’m using AP-Bridge mode on wlan1 (only real wireless interface) to broadcast the default configured SSID. This works as expected. I then add a virtual AP with the name of the SSID I want to connect to. I set the mode to station and add a security profile for WPA2 with the correct pre-shared key and set it to enabled. Last I add a DHCP client to the virtual AP interface.

The commands all go in fine but the DHCP client just sits at trying to obtain an address. I don’t see anything in the MikroTik logs or on the upstream AP about it connecting.

Platform: cAP Lite running 6.37.4

Edit: Posting configs for /interface wireless export

[admin@cap1] > interface wireless export
# jan/02/1970 00:02:27 by RouterOS 6.37.4
# software id = 4THA-GZ0R
#
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no distance=indoors frequency=auto mode=ap-bridge rx-chains=0,1 ssid=\
    MikroTik-EB562B tx-chains=0,1 wireless-protocol=802.11
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk name=wpo2 supplicant-identity=MikroTik wpa2-pre-shared-key=WowThisWouldBeSuper!
/interface wireless
add bridge-mode=disabled disabled=no mac-address=6E:3B:6B:EB:56:2B master-interface=wlan1 mode=station-bridge name=cwlan1 security-profile=wpo2 ssid="My First SSID"

Hi.

I think it is not possible to have an access point and a client in the same physical wireless interface, even you have the option in mode tab

I have tried to and couldn’t

Did some else have try it?