WDS and DHCP hell

I amtrying to setup a WDS bridge. I have a multi card rb532AP running RouterOS3.7. Each card runs its own DHCP server and subnetwork. I have a second AP on an RB133 with one rb52 card. I have set WLAN4 on the RB532 as AP Bridge WDS-Dynamic Bridge 1. I set up the second AP with the same settings. Frequency and RSID are the same. I see in the logs that the cards connect and WDS interface is created and btidge1 gets WDS1 as a port. My problem is that there is no DHCP provided for the WLAN1 on the second AP or for any customers login in. I tried putting a DHCP server on the bridge and told me it was invalid. Where should i put the bridge?

AP1:
[admin@MikroTik] > interface wireless print
Flags: X - disabled, R - running
0 R name=“Card 3” mtu=1500 mac-address=00:02:6F:43:17:C8 arp=enabled interface-type=Prism mode=ap-bridge
ssid=“MyWisper.net” frequency=2412 band=2.4ghz-b scan-list=default antenna-mode=ant-a wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=default compression=no

1 R name=“wlan2” mtu=1500 mac-address=00:0C:42:18:AB:01 arp=enabled interface-type=Atheros AR5413 mode=ap-bridge
ssid=“MyWisper2” frequency=5180 band=5ghz scan-list=default antenna-mode=ant-a wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=default compression=no

2 R name=“wlan3” mtu=1500 mac-address=00:0C:42:18:AB:2A arp=enabled interface-type=Atheros AR5413 mode=ap-bridge
ssid=“MyWisper3” frequency=5200 band=5ghz scan-list=default antenna-mode=ant-a wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=default compression=no

3 R name=“wlan4” mtu=1500 mac-address=00:0C:42:18:AC:2D arp=enabled interface-type=Atheros AR5413 mode=ap-bridge
ssid=“MyWisper.net” frequency=5785 band=5ghz scan-list=default antenna-mode=ant-a wds-mode=dynamic
wds-default-bridge=none wds-ignore-ssid=yes default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=default compression=no

AP2

[admin@MikroTik] > interface wireless print
Flags: X - disabled, R - running
0 R name=“wlan1” mtu=1500 mac-address=00:0C:42:18:02:02 arp=enabled
disable-running-check=no interface-type=Atheros AR5413
radio-name=“000C42180202” mode=ap-bridge ssid=“MyWisper.net” area=“”
frequency-mode=manual-txpower country=no_country_set antenna-gain=0
frequency=5785 band=5ghz scan-list=default rate-set=default
supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,
54Mbps
basic-rates-b=1Mbps basic-rates-a/g=6Mbps max-station-count=2007
ack-timeout=dynamic tx-power-mode=default noise-floor-threshold=default
periodic-calibration=default periodic-calibration-interval=60
burst-time=disabled dfs-mode=none antenna-mode=ant-a wds-mode=dynamic
wds-default-bridge=bridge1 wds-default-cost=100 wds-cost-range=50-150
wds-ignore-ssid=yes update-stats-interval=disabled
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 proprietary-extensions=post-2.9.25
hide-ssid=no security-profile=default disconnect-timeout=3s
on-fail-retry-time=100ms preamble-mode=both compression=no
allow-sharedkey=no


Please help?!?!?!?!?

On AP2, add the wlan1 interface to the bridge as well. This way, clients connecting to AP2 will get their IPs from the DHCP server on AP1.