CPE WiFi No IP on Bridge

Hi,

The assumption is that I need to connect the printer to the network, but it does not have WIFI, and I decided to connect everything to the network via Mikrotik in CPE mode, but it does not get an IP on the Bridge.

# jan/02/1970 00:41:13 by RouterOS 7.8
# software id = HMPZ-2WGR
#
# model = RBD52G-5HacD2HnD
# serial number = ***
/interface bridge
add name=bridge1 protocol-mode=none
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
set [ find default-name=wlan2 ] band=5ghz-a/n/ac disabled=no frequency=5560 \
    mode=station-pseudobridge ssid=MagSpiz
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
    supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan2
add bridge=bridge1 interface=ether2
/ip dhcp-client
add interface=bridge1