Page 1 of 1

ROS 7.15.3 CAPSMAN CAPs select same channels

Posted: Tue Aug 06, 2024 4:05 pm
by BOSS497
Hi i have 2 cAP AC and wAP ac LTE6 kit as router/CAPSMAN controller, all devices under ROS 7.15.3 with wifi-qcom-ac package. I setup 3 different channels for 5GHz and 3 differernt channels for 2.4 GHz. The problem is that all devices include internal radios of wAP selects channels randomly and In 70% of cases they select same channels and dont reselect it again by "Reselect interval" rule. There are no other wifi devices in around many kilometers. Is there any way to fix it?
# 2024-08-06 15:55:28 by RouterOS 7.15.3
# software id = DDLJ-WF8B
#
# model = RBwAPGR-5HacD2HnD
# serial number = HDG08KP8BNQ
/interface wifi channel
add band=2ghz-n disabled=no frequency=2412-2442 name=2.4GHz reselect-interval=\
    30m..1h width=20/40mhz
add band=5ghz-ac disabled=no frequency=5180,5260,5745 name=5GHz \
    reselect-interval=30m..1h width=20/40/80mhz
/interface wifi datapath
add bridge=bridge disabled=no name=LittleZebra-datapath
/interface wifi security
add authentication-types=wpa2-psk disabled=no ft=yes ft-over-ds=yes name=\
    LittleZebra-security
/interface wifi configuration
add channel=2.4GHz country=Russia datapath=LittleZebra-datapath disabled=no \
    mode=ap name=LittleZebra-2.4GHz security=LittleZebra-security ssid=\
    LittleZebra
add channel=5GHz country=Russia datapath=LittleZebra-datapath disabled=no mode=\
    ap name=LittleZebra-5GHz security=LittleZebra-security ssid=LittleZebra
/interface wifi capsman
set enabled=yes interfaces=bridge package-path="" require-peer-certificate=no \
    upgrade-policy=none
/interface wifi configuration
add channel=*3 datapath=LittleZebra-datapath disabled=no mode=ap name=TV \
    security=LittleZebra-security ssid=TV
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=\
    LittleZebra-2.4GHz radio-mac=08:55:31:3F:D0:E9 slave-configurations=TV \
    supported-bands=2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=\
    LittleZebra-2.4GHz supported-bands=2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=\
    LittleZebra-5GHz supported-bands=5ghz-ac

Re: ROS 7.15.3 CAPSMAN CAPs select same channels  [SOLVED]

Posted: Tue Aug 06, 2024 4:14 pm
by neki
Instead of create-dynamic-enabled, in provisioning, you can use create-enabled and you will be then able to select frequency manually (on CAPsMAN).