Connecting to AP makes it unaccessible

I have a strange issue here.
Set up an AP (SXT SA5), which is connected to a RB3011 Router.

/interface bridge
add name=wds-bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n country=hungary \
    default-authentication=no disabled=no frequency=5500 mode=ap-bridge ssid=\
    the_ap wds-default-bridge=wds-bridge wds-mode=dynamic \
    wireless-protocol=nv2-nstreme-802.11 wps-mode=disabled
/interface bridge port
add bridge=wds-bridge interface=wlan1
add bridge=wds-bridge interface=ether1
/interface wireless access-list
add mac-address=E4:8D:8C:BF:XX:XX vlan-mode=no-tag
add disabled=yes mac-address=E4:8D:8C:56:XX:XX vlan-mode=no-tag
/ip address
add address=192.168.25.120/24 interface=wlan1 network=192.168.25.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=wds-bridge
/ip route
add distance=1 gateway=192.168.25.1
/system clock
set time-zone-name=Europe/Budapest
/system routerboard settings
set protected-routerboot=disabled

Every time I connect the Station (SXT 5 HPnDr2) the ap becomes unaccessible from the router side. From the Station side the ap and the devices connected to the same ap are still visible and working.

The station is configured with the Quick Config PTP client.
An ideas?
Thanks

try assign ip address for bridge not for wlan1…

and i didnt undestand why you use wds ? …

Thanks, I’ll try. WDS is because it’s going to be a ptmp ap.