Another CAPsMan question

I have 2 CAPs I provision. On the 2.4 GHz bands, the channels selected often overlap, or are sometime the same! I thought CAPsMan checked the nearby channels before selecting the least occupied one. Is this not true? How can I avoid this? Config is posted below.

Thanks again to all.

Regards,

Dave

aug/19/2020 18:07:47 by RouterOS 6.47.1

software id = M86E-F0VR

model = RB4011iGS+

serial number = 968A09471487

/caps-man configuration
add channel.band=2ghz-onlyn channel.control-channel-width=20mhz
channel.extension-channel=disabled country=“united states3”
datapath.bridge=bridge datapath.client-to-client-forwarding=yes
datapath.local-forwarding=yes max-sta-count=30 name=“2.4 WAP”
security.authentication-types=wpa2-psk security.encryption=aes-ccm
security.group-key-update=1h security.passphrase=XXXXXXX ssid=WAP
add channel.band=5ghz-onlyac channel.control-channel-width=20mhz
channel.extension-channel=disabled channel.save-selected=no country=
“united states3” datapath.bridge=bridge
datapath.client-to-client-forwarding=yes datapath.local-forwarding=yes
max-sta-count=30 name=“5 WAP” security.authentication-types=wpa2-psk
security.encryption=aes-ccm security.group-key-update=1h
security.passphrase=XXXXXXX ssid=WAP
add datapath.bridge=bridge datapath.local-forwarding=yes datapath.vlan-id=10
datapath.vlan-mode=use-tag max-sta-count=5 name=“2.4 Guest”
security.authentication-types=wpa2-psk security.encryption=aes-ccm
security.passphrase=“YYYYYYYY” ssid=Guest
add datapath.bridge=bridge datapath.vlan-id=10 datapath.vlan-mode=use-tag
max-sta-count=5 name=“5 Guest” security.authentication-types=wpa2-psk
security.encryption=aes-ccm security.passphrase=“YYYYYY” ssid=
Guest
/caps-man access-list
add action=reject allow-signal-out-of-range=2s disabled=no signal-range=
-120..-71 ssid-regexp=“”
add action=accept allow-signal-out-of-range=2s disabled=no signal-range=
-70..120 ssid-regexp=“”
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=
“2.4 WAP” name-format=prefix-identity name-prefix="2.4 "
slave-configurations=“2.4 Guest”
add action=create-dynamic-enabled hw-supported-modes=ac master-configuration=
“5 WAP” name-format=prefix-identity name-prefix=5 slave-configurations=
“5 Guest”

I think I figured this out. In the configuration section, you can specify a frequency to use. You can pull down another box to add a second frequency. I placed 2 non-overlapping frequencies here, and they were used separately during the provisioning process.

Now, If someone could just explain the differences between the country selections United States, Unites States 2, United States 3 etc.