Strange firewall work

Hi all,

I made the follow configuration on 2 APs, one with Router OS 2.9.45 and other with Router OS 3.0rc13:

2 wireless cards configurated as AP (wlan1 and wlan2);
1 bridge configurated with the name bridge1 (with the use-ip-firewall=yes on the 3.0rc13);
The 192.168.0.1 configurated on the bridge1;
The 192.168.20.2 configurated on the ether1;
The 192.168.20.1 configurated as gateway of my mikrotik;

The follow firewall rule (created just for test) I noted the it works on the 2.9.45 but don’t work on the 3.0rc13:

0 X chain=forward action=log in-interface=TEST1 log-prefix=“wlan1”
1 X chain=forward action=log in-interface=TEST2 log-prefix=“wlan2”

On the Router OS 3.0rc13 I don’t see the Packets and Bytes counter be increased on the Winbox with the fw rules bellow. I’ve to put the in-interface=bridge1 and I can’t use the real name of the interface. Why was this changed on the Router OS 3.0? Is it a bug or a different resource? How can I made it works on this new Router OS?

I need of this configuration because the clients of the both wireless cards are on the same network. Each wireless interface has a different ssid and the clients are forced to connect on a specific wireless interface. Then I just want to permit the traffic on the wireless interface of the customers that are connected on it.

Best regards