]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Support MAC address based access control list
authorVivek Natarajan <nataraja@qca.qualcomm.com>
Thu, 23 May 2013 11:38:20 +0000 (14:38 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 May 2013 10:26:35 +0000 (13:26 +0300)
commit3c4ca36330c0cd08e201b12044ca5f8fc64a36ab
treefe5a4e61c16b5ad4a7c55c21cdbc740e91ee1297
parent376204934db44d45f798bdde4db005bc88d666f0
hostapd: Support MAC address based access control list

Enable MAC address based ACL for the drivers which advertise
this capabilty with NL80211_ATTR_MAC_ACL_MAX. Either of blacklist
or whitelist is supported, though, not simultaneously.

Signed-hostap: Vivek Natarajan <nataraja@qca.qualcomm.com>
src/ap/ap_drv_ops.h
src/ap/hostapd.c
src/drivers/driver.h
src/drivers/driver_nl80211.c