restriction mac address contol

i am going to setup for all new access point so i want to allow only mac address through..
others no access for internet
anyone please help me out???

Open the wireless interface, disable Default Authentication and Default Forward (on the Wireless tab).

Then, open Wireless > Access List and add the MAC addresses you want to have access.

I want to control through mikrotik.
this is possible same setting in mikrotik

If the wireless access point is a MikroTik, then you can use the instructions in my first post. If the wireless is coming from a different device, but passes through a MikroTik router, you could set up firewall rules that allow the MAC addresses you want, followed by a final rule that drops all other traffic. Something like this:

/ip firewall filter
add chain=forward src-mac-address=aa:bb:cc:dd:ee:f1
add chain=forward src-mac-address=aa:bb:cc:dd:ee:f2
add chain=forward action=drop