EDIT: ignore it, it is not in configuration. The problem were encryption setting, after moving authentication to WPA2-PSK and CCMP encryption only, it started to work. Leaving here for next one who will suffer from this symptom.
I am desperately trying to connect my 3d printer to the ax2 wifi2 (2ghz) and it wont connect.
I have old router, still running on 6.x firmware where it connects without issues.
Done export on both mikrotiks and I am trying to translate settings from wifi interface that works to wifi interface on ax2 and I am failing miserably as settings are just not the same any more.
Wifi that works:
/interface wireless
set [ find default-name=wlan1 ]
band=2ghz-b/g/n \
channel-width=20/40mhz-XX \
country=slovenia \
disabled=no \
distance=indoors \
frequency=auto \
installation=indoor
mode=ap-bridge
skip-dfs-channels=all
station-roaming=enabled
wireless-protocol=802.11
The one that doesnt work, cant obtain any logs from client
/interface wifi
set [ find default-name=wifi2 ]
channel.band=2ghz-n
channel.width=20/40mhz
configuration.skip-dfs-channels=all \
configuration.country=Slovenia
configuration.mode=ap
disabled=no
security=default
Would someone be so nice to take a look, please?