This one viewtopic.php?p=1128996#p1128996
Everything here was tested on hAP ax³ (C53UiG+5HPaxD2HPaxD) by meEXTREMELY RECOMMENDED to use routerOS and wifi-qcom v7.15.3
IMPORTANT INFO: Version 7.13 till 7.15.2 works "ok", but the best for me was 7.15.3, 7.16 and later versions just makes 5Ghz an absolute crap for me, maybe you're lucky, 7.16 and newer ones keeps connecting the clients at A/N protocol, it gets absolute horrible to use wifi like that
Code: Select all
# Reset WiFi interfaces
/interface wifi reset numbers=0,1
# 2.4GHz Configuration (wifi2)
/interface wifi
set [ find default-name=wifi2 ] \
channel.frequency=2401-2483 \
channel.skip-dfs-channels=all \
channel.width=20/40mhz \
configuration.country="YOUR_COUNTRY_HERE" \
configuration.dtim-period=3 \
disabled=no \
mode=ap \
mtu=1500 \
name=2.4Ghz \
security.authentication-types=wpa2-psk,wpa3-psk \
security.passphrase="YOUR_STRONG_PASSWORD" \
security.ft=yes \
security.ft-over-ds=yes \
security.wps=disable \
ssid="YOUR_NETWORK_NAME" \
steering.rrm=yes \
steering.wnm=yes
# 5GHz Configuration (wifi1)
set [ find default-name=wifi1 ] \
channel.frequency=5170-5835 \
channel.skip-dfs-channels=all \
channel.width=20/40/80mhz \
configuration.country="YOUR_COUNTRY_HERE" \
configuration.dtim-period=3 \
disabled=no \
mode=ap \
mtu=1500 \
name=5.0Ghz \
security.authentication-types=wpa2-psk,wpa3-psk \
security.passphrase="YOUR_STRONG_PASSWORD" \
security.ft=yes \
security.ft-over-ds=yes \
security.wps=disable \
ssid="YOUR_NETWORK_NAME" \
steering.rrm=yes \
steering.wnm=yes
Critical Notes:
=============
1. Must use RouterOS + wifi-qcom v7.15.3 - Newer versions have different AX behavior
2. Uses non-DFS 5GHz channels (UNII-1/2/3) for stability
3. WPA3+WPA2 with Fast Transition (802.11r) for security+roaming
4. WPS disabled for security hardening
===========
Verification:
===========
Code: Select all
/system package print
/interface wifi print
===============
Troubleshooting:
===============
- If config fails: Confirm package versions first!
- Slow speeds: Check client "Tx Rate/Rx Rate" in registration table - Connection issues: Try disabling WPA3 temporarily