]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/drv_callbacks.c
hostapd: Process MAC ACLs on a station association event (SME in driver)
authorAnton Nayshtut <qca_antonn@qca.qualcomm.com>
Thu, 22 Oct 2015 16:48:04 +0000 (19:48 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 17 Nov 2015 10:38:32 +0000 (12:38 +0200)
commit0603bcb7fe8babf183362518238c142afe8e2036
tree76c680887a003b5b96e481361d2985cb22c4a296
parent89a11ad38f9faace28213653eaecbad98460c9e1
hostapd: Process MAC ACLs on a station association event (SME in driver)

Now hostapd will use station MAC-based permissions according to the
macaddr_acl policy also for drivers which use AP SME offload, but do not
support NL80211_CMD_SET_MAC_ACL for offloading MAC ACL processing. It
should be noted that in this type of case the association goes through
and the station gets disconnected immediately after that.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/drv_callbacks.c
src/ap/ieee802_11_auth.c
src/ap/ieee802_11_auth.h