Firewall disabling my wireless interface in CAPsMAN

I’ve followed it, but local wireless still shows up with IP instead of MAC, and still being blocked by “drop all” input fw rule (unless i disable the rule a few seconds, then local wireless is registered in CAPsMAN).
I have no clue how to fix it…

Simple solution would allow L3 communications.
Create firewall rule in the INPUT chain to allow new connections from needed IP. Place this rule before drop rule.
ip firewall filter add chain=input src-address=A.B.C.D action=accept

See https://wiki.mikrotik.com/wiki/Manual:Simple_CAPsMAN_setup#CAP_in_CAPsMAN