Hi,
that is my hap ax3 → C53UiG+5HPaxD2HPaxD
that is the config export of wifiwave2:
/interface wifiwave2 channel
add band=5ghz-ax disabled=no name=channel5G skip-dfs-channels=all width=20/40/80mhz
add band=2ghz-ax disabled=no name=channel2g skip-dfs-channels=disabled width=20/40mhz
/interface wifiwave2 security
add authentication-types=wpa3-psk disable-pmkid=yes disabled=no management-protection=required name=sec5G wps=disable
add authentication-types=wpa2-psk disable-pmkid=no disabled=no name=sec2G wps=disable
add authentication-types=wpa3-psk disable-pmkid=yes disabled=no management-protection=required name=gsec5G wps=disable
add authentication-types=wpa2-psk disabled=no encryption=ccmp name=gsec2G wps=disable
/interface wifiwave2
add configuration=confg5 configuration.mode=ap datapath=datapath_vlan datapath.bridge=bridge-vlan .interface-list=all_lans .vlan-id=none disabled=no mac-address=xxxxxxxxxxxx master-interface=\
wifi5G name=invitados security=gsec5
add configuration=confg2 configuration.mode=ap datapath=datapath_vlan disabled=no mac-address=xxxxxxxxxxxxx master-interface=wifi2G name=invitados2 security=gsec2
set [ find default-name=wifi2 ] configuration=conf2g configuration.mode=ap disabled=no name=wifi2G
set [ find default-name=wifi1 ] configuration=conf5g configuration.mode=ap disabled=no name=wifi5G
/interface wifiwave2 configuration
add channel=channel5G country=Spain datapath=datapath_lan disabled=no manager=local mode=ap name=conf5g security=sec5G ssid=Mikrotik
add channel=channel2g country=Spain datapath=datapath_lan disabled=no manager=local mode=ap name=conf2g security=sec2G ssid=Mikrotik2
add channel=channel2g country=Spain datapath=datapath_vlan disabled=no manager=local mode=ap name=confg5 security=gsec5G ssid=invitados
add channel=channel2g country=Spain datapath=datapath_vlan disabled=no manager=local mode=ap name=confg2 security=gsec2G ssid=invitados2
/interface wifiwave2 datapath
add bridge=bridge-lan disabled=no interface-list=LANs name=datapath_lan
add bridge=bridge-vlan disabled=no interface-list=all_lans name=datapath_vlan
Interface wifi1, 5GHz, master and slave invitados works well, the interface wifi2 2.4 GHz works… sometimes. I can say it is a authenticating problem.
Thats is happening on a variety of clients, androids, various pcs…
the log;
wireless/debug 4C:D5:77:B5:22:97@wifi2G reauthenticating.
In the mikrotik logs i can see no more. may be you all could tell me how i could extract more info.
That’s the wpa_supplicant log:
# wpa_supplicant -d -c /etc/wpa_supplicant.conf -i wlo1 2>&1 > wpa-s
wpa-s.txt (22.6 KB)
I hope someone could help me with that, i have no more ideas
Thank you!