Morning all,
Over the last months I have found a setup for ROS7 Capsman (Wifi) that seems to work well. Handover works as intended.
However, last week I installed a similar setup at 2 different customers using 7.22.1, and at both places some devices connected like a charm (including my Pixel 8 phone and HP notebook) and also some Apple devices, whilst other Apple devices (newer, on IOS 26?) never connect. After entering the password simply nothing happens.
AI told me to try w/o FT and WPA3, I disabled and now this is the setup:.
/interface wifi channel
add band=2ghz-n disabled=no frequency=2412,2437,2462 name=channel-2AX
reselect-interval=6h..12h skip-dfs-channels=10min-cac width=20mhz
add band=5ghz-n disabled=no name=channel-5AX reselect-interval=6h..12h
skip-dfs-channels=10min-cac width=20/40mhz
/interface wifi datapath
add bridge=bridge1 disabled=no name=datapath1/interface wifi security
add authentication-types=wpa2-psk connect-priority=0/1 disabled=no ft=no
ft-over-ds=no name=sec1 passphrase=MyPass/interface wifi configuration
add channel=channel-2AX country=Norway datapath=datapath1 disabled=no
interworking.realms-raw="" mode=ap name=cfg-2AX security=sec1 ssid=
MySSID tx-power=23
add channel=channel-5AX country=Norway datapath=datapath1 disabled=no
interworking.realms-raw="" mode=ap name=cfg-5AX security=sec1 ssid=
MySSID tx-power=23/interface wifi capsman
set enabled=yes interfaces=bridge1 package-path=/ require-peer-certificate=no
upgrade-policy=suggest-same-version/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=cfg-2AX
name-format="%I-2.4GHz AX" supported-bands=2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=cfg-5AX
name-format="%I-5GHz AX" supported-bands=5ghz-n
What I have changed since initial setup is:
-Removed WPA3
-Disabled FT
-DIsabled FT over DS
Customer #1 now reports that his devices connect fine.
Customer #2 haven’t tested yet, will do tonight.
AI says this is about newer IOS versions and newer ROS.
So my question is:
-What is the real problem, is it Apple or MT (or both) that is not complying to standards?
-Am I right in my observation that WPA2 and no FT is the solution?
-Will re-enabling WPA3 and FT make already authenticated clients stick around or will they be disconnected?
-Any rumors of plans to rectify?