]> git.ipfire.org Git - thirdparty/hostap.git/commit
Extend ACL check for Probe Request frames
authorTamizh chelvam <tamizhr@codeaurora.org>
Wed, 14 Feb 2018 13:43:56 +0000 (19:13 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 2 Mar 2018 22:42:16 +0000 (00:42 +0200)
commit92eb00aec2a05413a3b5da4982c488889d7f3bae
tree127bd21f05c09d7dcb35768eaa17d4ef49d7cc8b
parent01542e6517924e3889d6b64c9982d4c5454fea1c
Extend ACL check for Probe Request frames

Extend ACL check to deny Probe Request frames for the client which does
not pass ACL check. Skip this check for the case where RADIUS ACL is
used to avoid excessive load on the RADIUS authentication server due to
Probe Request frames. This patch add wpa_msg event for auth and assoc
rejection due to acl reject.

Signed-off-by: Tamizh chelvam <tamizhr@codeaurora.org>
src/ap/beacon.c
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_auth.c
src/ap/ieee802_11_auth.h