]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211/nl80211: add API for MAC address ACLs
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Fri, 18 Jan 2013 05:48:45 +0000 (11:18 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 25 Jan 2013 17:36:44 +0000 (18:36 +0100)
commit651400a97f786368b57a9c23a3302f311cb7bf78
tree2b32fca883ee0c5a149290b3df3d97b21cb85549
parent4c1b467e21a5390b67464b61a53e5ad4d6aeae35
cfg80211/nl80211: add API for MAC address ACLs

Add API to enable drivers to implement MAC address based
access control in AP/P2P GO mode. Capable drivers advertise
this capability by setting the maximum number of MAC
addresses in such a list in wiphy->max_acl_mac_addrs.

An initial ACL may be given to the NL80211_CMD_START_AP
command and/or changed later with NL80211_CMD_SET_MAC_ACL.

Black- and whitelists are supported, but not simultaneously.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
[rewrite commit log, many cleanups]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/core.c
net/wireless/nl80211.c
net/wireless/rdev-ops.h
net/wireless/trace.h