Simple queue on Wifi

Hey everyone! I’m having some trouble with MikroTik simple queue. It seems to be working fine on a specific IP, but not on the interface(wifi). Has anyone else experienced this issue? Any suggestions on how to fix it? Thanks in advance for your help!

Is the wifi interface part of the bridge?

yes

Perhaps you can share your config?

/export file=anynameyoulike

Remove serial and any other private info and post the output in between code tags by using the </> button.

Can u try

/interface bridge settings set use-ip-firewall=yes

?

But you will lose some performance.

@masterpotato what kind of traffic are you trying to queue?local or internet? For routed internet or any other routed traffic queue must work if you set it right(and not using fastrack), if you are trying to queue local network traffic then you need to turn on bridge filtering which will have big impact on CPU as others told you already.
If you need to queue local, none routed traffic over wifi you could maybe remove wifi from bridge and create separate network and route it, then you dont need bridge filtering and wont have such big impact on CPU.