Possible to have WAN on Station side of bridge instead AP

Currently I have an Ikarus (gags) link as follows:

WAN → Ikarus node set to AP Client → Wireless Link → Ikarus node set to Access point


This works how I need it to. I desperately need to switch this link to Mikrotik. Is there a possible configuration that will allow data to pass keeping the WAN side as a station or client?

When I set Station on the WAN side and AP Bridge on the LAN side I can ping the station but not beyond the station.

Station 10.2.0.3 AP 10.2.0.4 Gateway 10.2.0.3 I can ping 10.2.0.3 but not 192.168.1.1 which would be the DSL modem. From the station (10.2.0.3) I can ping 192.168.1.1 but not from the LAN side.

Please help.

You can accomplish requested scenario with NAT, remove mode=station from bridge, as 2.9 does not have any features to add mode=station to bridge (limitations of 802.11).
Add masquerade rule for the traffic, ‘ip firewall nat add action=masquerade out-interface=wlan1_station chain=srcnat’.