I have two cap AX’s in my apartment and randomly noticed my phone wasn’t roaming, (it would roam to the 2.4 band of my living room ap but would quickly switch back to the 5g of the office ap)
I check with fedora any noticed that only 3 BSS’s were being reported under my SSID, the 2.4 and 5g of my office AP, and only the 2.4g band from the AP in the livingroom. I checked and didn’t seem anything wrong as it showed the 5g interface was running and had an SSID of “Corkery’s Router”. But strangely I did notice the channel was on 5885 which is valid for indoor use in the US.
The AP’s and the capsman server is currently on v7.19 RC 1
I read a forum mentioning to try and manually changing the channel and once I did the BSS of the 5g band on my living room was now being reported and I could roam perfectly as I once did. My config looks like this for WiFi
/interface wifi capsman
set ca-certificate=auto certificate=auto enabled=yes interfaces=Management package-path="" require-peer-certificate=no upgrade-policy=require-same-version
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration="Corkery's Router 2.4g" name-format=%I-2.4g slave-configurations="Corkery's Router - IoT" slave-name-format=%I-2.4g-%v supported-bands=\
2ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration="Corkery's Router 5g" name-format=%I-5g supported-bands=5ghz-ax
/interface wifi configuration
add channel.band=2ghz-ax datapath.bridge=bridge .vlan-id=30 disabled=no mode=ap name="Corkery's Router - IoT" security.authentication-types=wpa2-psk .ft=no .ft-over-ds=no .management-protection=allowed .wps=\
disable ssid="Corkery's Router - IoT"
/interface wifi steering
add disabled=no name="Corkery's Steering Enabled" neighbor-group="dynamic-Corkery's Router-b11c4a23" rrm=yes wnm=yes
/interface wifi configuration
add channel.band=2ghz-ax .width=20mhz datapath.vlan-id=10 disabled=no mode=ap name="Corkery's Router 2.4g" security.authentication-types=wpa3-psk .ft=yes .ft-over-ds=yes .management-protection=required .wps=\
disable ssid="Corkery's Router" steering="Corkery's Steering Enabled" steering.rrm=no .wnm=no
add channel.band=5ghz-ax .skip-dfs-channels=disabled .width=20/40/80mhz country="United States" datapath.bridge=bridge .vlan-id=10 disabled=no mode=ap name="Corkery's Router 5g" \
security.authentication-types=wpa3-psk .ft=yes .ft-over-ds=yes .management-protection=required .wps=disable ssid="Corkery's Router" steering="Corkery's Steering Enabled" steering.rrm=no .wnm=no