Hello!
There are two devices mikrotik ac2 and ax2, one has capsman installed.
I have configured Capsman on it, both devices work with new packages on ROS 7.15.3. On ac2, I reset the system > Reset Configuration > CAPS mode. Roaming between two devices does not work. The device switches when the “access list” is reset by an external signal. On clients, Wi-Fi is turned off and on after a few seconds.
/interface wifi channel
add band=2ghz-ax disabled=no frequency=2412,2437,2462 name=CH-2G-AX
add band=5ghz-ax disabled=no frequency=5180 name=CH-5G-AX
add band=2ghz-n disabled=no frequency=2412,2437,2462 name=CH-2G-AC
add band=5ghz-ac disabled=no frequency=5180 name=CH-5G-AC
/interface wifi datapath
add bridge=Bridge-LAN disabled=no name=capdp
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no ft=yes ft-over-ds=yes
group-encryption=ccmp group-key-update=1h management-protection=allowed
name=sec1
/interface wifi configuration
add channel=CH-2G-AX country=Russia datapath=capdp disabled=no manager=local
mode=ap name=cfg-2-ax security=sec1 security.ft=yes .ft-over-ds=yes ssid=
“MYSSID”
add channel=CH-5G-AX country=Russia datapath=capdp disabled=no manager=local
mode=ap name=cfg-5-ax security=sec1 security.ft=yes .ft-over-ds=yes ssid=
“MYSSID”
add channel=CH-2G-AC country=Russia datapath=capdp disabled=no mode=ap name=
cfg-2-ac security=sec1 security.ft=yes .ft-over-ds=yes ssid=
“MYSSID”
add channel=CH-5G-AC country=Russia datapath=capdp disabled=no mode=ap name=
cfg-5-ac security=sec1 security.ft=yes .ft-over-ds=yes ssid=
“MYSSID”
/interface wifi access-list
add action=reject allow-signal-out-of-range=10s disabled=no signal-range=
-120..-67
add action=accept allow-signal-out-of-range=10s disabled=no signal-range=
-66..120
/interface wifi cap
set discovery-interfaces=Bridge-LAN enabled=yes slaves-datapath=capdp
slaves-static=no
/interface wifi capsman
set enabled=yes interfaces=Bridge-LAN package-path=“”
require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=cfg-2-ax
name-format=2G-%l supported-bands=2ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=cfg-5-ax
name-format=5G-%l supported-bands=5ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=cfg-2-ac
name-format=2G-%l supported-bands=2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=cfg-5-ac
name-format=5G-%l supported-bands=5ghz-ac