Wifi AP trafic forwarding to Ethernet

Hi !

I have a hAP mini running Router OS v6.43.2 (stable)
I’d like to debug (wireshark) the UDP communication between 2 devices connected to wlan1 interface (configured in access point)
I have tried to mirror the wlan traffic to ether2 without success.

Do you know how can I do ?

Thanks by advance

Thomas.

Have a look at wireless interface’s setting default-forwarding … default setting is “yes”, meaning wireless subsystem will pass packets between two wireless clients directly. Those packets won’t arrive at router’s bridge. You can try to set that to “no”, which means that those packets will get pushed to bridge and bridge should push them back to wireless interface … giving you opportunity to sniff them.

Thank you for your quick answer, I’ll test that ASAP