Hey JJ, > I read in same web's of openwrt if I put the next commands in file > /etc/config/wíreles > > config 'wifi-iface' 'private' > ..... > opcion 'maclis' 'XX:YY:ZZ:AA:BB:CC' > opcion 'macfilter' 'allow' This macfilter option is normally implemented by the wifi-driver specific scripts, which then add the macfilter into the wifi driver. However, for the 2.0n driver, this is not implemented. I suspect the driver can do it, but documentation for the (closed source :-( ) driver is not readily available.
Your best bet might be to block unwanted mac addresses through iptables rules. This would mean that unlisted addresses can associate, but then won't get an IP address and can't send any actual data. Regards, Matthijs Kooijman
signature.asc
Description: Digital signature
_______________________________________________ Development mailing list [email protected] http://fonosfera.org/mailman/listinfo/development
