Hi, I have a HAP AX3 and 4xHAP AX2 configured in CAPsMAN. The problem is that when I connect to the host with the AC card, it connects to 2GHz. I've tried every configuration. Is there any way to get devices with the AC card to connect to 5GHz?
Which host ?
Which AC card ?
We are missing quite a bit of info here...
Laptop with Realtek RTL8822CE 802.11ac card. When I configure only AC, the laptop connects to 5GHz. When I add AC and AX, it connects to 2GHz. With only AX, it connects to 2GHz. Does this mean that the HAP AX3 won't support both WiFi 5 and 6 devices at 5GHz at the same time?
It's the client device which decides what will be used.
I have multiple AX2 and AX3 carrying 2.4 and 5GHz clients at the same time, 802.11 g/n, AC and AX clients.
Do you use splitted SSID's ?
If not try to split the SSID.
One ssid for 2.4 and one ssid for 5.
After SSID splitting, it does not connect to 5GHz.
/interface wifi channel add band=2ghz-ax disabled=no frequency=2412,2437,2462 name=2GHz width=20mhz
/interface wifi channel add band=5ghz-ax disabled=no name=5Ghz skip-dfs-channels=all width=20/40/80mhz
/interface wifi datapath add bridge=bridge disabled=no name=datapath1
/interface wifi security add authentication-types=wpa2-psk,wpa3-psk disabled=no ft=yes ft-over-ds=yes name=sec1
/interface wifi configuration add channel=2GHz country=Poland datapath=datapath1 disabled=no mode=ap name=WiFi-Main-2Ghz security=sec1 ssid=domek
/interface wifi configuration add channel=5Ghz country=Poland datapath=datapath1 disabled=no mode=ap name=WiFi-Main-5Ghz security=sec1 ssid=domek
/interface wifi set [ find default-name=wifi2 ] configuration=WiFi-Main-2Ghz configuration.manager=local .mode=ap disabled=no name=2Ghz-MikroTik
/interface wifi set [ find default-name=wifi1 ] configuration=WiFi-Main-5Ghz disabled=no name=5Ghz-MikroTik
/interface wifi capsman set ca-certificate=auto enabled=yes interfaces=bridge package-path="" require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning add action=create-enabled disabled=no master-configuration=WiFi-Main-2Ghz name-format=2Ghz-%I supported-bands=2ghz-ax
/interface wifi provisioning add action=create-enabled disabled=no master-configuration=WiFi-Main-5Ghz name-format=5Ghz-%I supported-bands=5ghz-ax
Try to just use only wpa2 as authentication type, so you strip your problem, and take away some new functions.
Start basic and then add your stuff you want. I know this is hard, but this is I think the best way to troubleshoot.
That AC card will most likely avoid SSIDs offering wpa3, indeed.
Can you explain this? Why is the 5G configuration manager not set?