I have a setup with an Audience access point and one wAP ac, when I get in the area where the Audience has no reach anymore and it moves me over to the wAP due to this code
/interface wireless access-list
add authentication=no disabled=yes forwarding=no interface=wlan2 signal-range=-120..-80
add disabled=yes interface=wlan2 signal-range=-79..120
my android phone does not get an ip address. On the 2.4 frequency it does how ever. I do not really see the difference in configuration and why it works getting an ip on wlan1 but not on wlan2 on the wAP ac when moving between access points.
This is the full configuration of the wAP ac.
/interface bridge
add ingress-filtering=yes name=BR1 priority=0xF000 protocol-mode=mstp vlan-filtering=yes
/interface wireless
set [ find default-name=wlan1 ] country=switzerland disabled=no frequency=auto installation=indoor mode=ap-bridge ssid=cemcem_24
/interface vlan
add interface=BR1 name=BASE_VLAN vlan-id=99
/interface list
add name=BASE
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys name=cemcem supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys name=RED_PROFILE supplicant-identity=MikroTik
/interface wireless
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country=switzerland disabled=no frequency=auto installation=indoor mode=ap-bridge security-profile=cemcem ssid=cemcem wds-default-bridge=BR1
/interface bridge port
add bridge=BR1 frame-types=admit-only-untagged-and-priority-tagged ingress-filtering=yes interface=wlan1 pvid=10
add bridge=BR1 frame-types=admit-only-untagged-and-priority-tagged ingress-filtering=yes interface=wlan2 pvid=10
add bridge=BR1 frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=BASE
/interface bridge vlan
add bridge=BR1 tagged=ether1 vlan-ids=10
add bridge=BR1 tagged=BR1,ether1 vlan-ids=99
/interface list member
add interface=BASE_VLAN list=BASE
/interface wireless access-list
add authentication=no disabled=yes forwarding=no interface=wlan2 signal-range=-120..-80
add disabled=yes interface=wlan2 signal-range=-79..120
/ip address
add address=192.168.0.6/24 interface=BASE_VLAN network=192.168.0.0
/ip dns
set servers=192.168.0.1
/ip route
add distance=1 gateway=192.168.0.1
/system clock
set time-zone-name=Europe/Zurich
/system identity
set name=wAP_ac_e1
/tool mac-server
set allowed-interface-list=BASE
/tool mac-server mac-winbox
set allowed-interface-list=BASE