RouterOS Bridge
/system identity set name=Bridge
/interface bridge add fast-forward=no name=bridge1
/interface bridge port add bridge=bridge1 interface=wlan1
/interface bridge port add bridge=bridge1 interface=ether1
/ip address add address=192.168.1.3/24 interface=bridge1 network=192.168.1.0
/ip dns set servers=8.8.8.8
/ip route add distance=1 gateway=192.168.1.1
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=sec-WiFi-Bridge
/interface wireless security-profiles add authentication-types=wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name=p2p supplicant-identity="" wpa2-pre-shared-key=TajneHeslo
/interface wireless set [ find default-name=wlan1 ] band=5ghz-a/n country="czech republic" disabled=no mode=bridge nv2-preshared-key=TajneHeslo nv2-security=enabled ssid=WiFi-Bridge station-roaming=enabled wireless-protocol=nv2
/interface wireless nstreme set wlan1 enable-nstreme=yes
/interface wireless access-list add interface=wlan1 mac-address=BB:BB:BB:BB:BB:BB vlan-mode=no-tag
RouterOS Station-Bridge
/system identity set name=Station-Bridge
/interface bridge add fast-forward=no name=bridge1
/interface bridge port add bridge=bridge1 interface=ether1
/interface bridge port add bridge=bridge1 interface=wlan1
/ip address add address=192.168.1.4/24 interface=bridge1 network=192.168.1.0
/ip dns set servers=8.8.8.8
/ip route add distance=1 gateway=192.168.1.1
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=sec-WiFi-Bridge
/interface wireless security-profiles add authentication-types=wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name=p2p supplicant-identity="" wpa2-pre-shared-key=TajneHeslo
/interface wireless set [ find default-name=wlan1 ] band=5ghz-a/n country="czech republic" disabled=no mode=station-bridge nv2-preshared-key=TajneHeslo nv2-security=enabled ssid=WiFi-Bridge station-roaming=enabled wireless-protocol=nv2
/interface wireless nstreme set wlan1 enable-nstreme=yes
/interface wireless access-list add interface=wlan1 mac-address=AA:AA:AA:AA:AA:AA vlan-mode=no-tag