Hi all!
I encountered some strange RoOs behavior when setting up WiFi on hAp ax S.
I tried to replace old office router with this device and realized that the WiFi interface was behaving strangely.
Initially, I configured all the parameters directly on the WiFi interface itself - I set the password, authorization type, Ssid, and other minimal settings.
Clients disconnected every 5 minutes, jumping between different ranges.
I took the router and started setting it up from scratch.
I found out that the WiFi connection behaves strangely if all the parameters are set on the interface.
Ultimately, I created profiles in the "Channel" and "Security" sections, and linked these settings in the "Configuration" profile. On the WiFi interfaces themselves, I specified the profile from the Configuration section.
As a result, the access point worked more stably, but I noticed that the inscription HotSpot 2.0 appeared next to the SSID.
I have not configured or enabled HotSpot 2.0 anywhere.
It seems that this was "pulled" from the default settings.
I tried to configure it from different versions of WinBox: versions 3 and 4 - the inscription HotSpot 2.0 always appeared
I solved the problem: created a profile in the Interworking section, where I set and disabled the HotSpot 2.0 parameter.
This is the first time I've encountered this kind of RoOs behavior.
And I'm not sure that something else is not turned on "by default" unless it is explicitly turned off.
Has anyone encountered this bug?
RouterOS 7.23.2
model = E62iUGS-2axD5axT
/interface bridge
add mtu=1500 name=bridge1
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wifi channel
add band=2ghz-ax comment=2437 disabled=no frequency=2452 name=2452
skip-dfs-channels=all width=20mhz
add band=5ghz-ax disabled=no frequency=5805 name=5805 skip-dfs-channels=all
width=20mhz
/interface wifi security
add authentication-types=wpa2-psk,wpa2-psk-sha2,wpa3-psk disabled=no
group-encryption=ccmp name=sec2_test
/interface wifi configuration
add channel=2452 country=Ukraine disabled=no installation=indoor
interworking=interworking1 manager=local mode=ap name=test_2.4 security=
sec2_test ssid=Home_UF tx-power=17
add channel=5805 channel.skip-dfs-channels=all country=Ukraine disabled=no
installation=indoor interworking=interworking1 manager=local name=Test_5
security=sec2_test ssid=Home_UF tx-power=20
/interface wifi
set [ find default-name=wifi1 ] channel.band=2ghz-ax .frequency=2452
configuration=test_2.4 configuration.mode=ap disabled=no
interworking.realms-raw=""
set [ find default-name=wifi2 ] channel.frequency=5805 configuration=Test_5
configuration.mode=ap disabled=no interworking.realms-raw=""
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wifi1
add bridge=bridge1 interface=wifi2
/ip firewall connection tracking
set udp-timeout=10s

