]> git.ipfire.org Git - thirdparty/hostap.git/commit
Call hostapd_allowed_address() directly from handle_probe_req()
authorJouni Malinen <j@w1.fi>
Sun, 29 Dec 2019 21:24:10 +0000 (23:24 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Dec 2019 21:44:32 +0000 (23:44 +0200)
commitb0621b083d714f816a0760be97f985e4d34b2c67
tree1efe379cc4610dea9a11ffed836152929dcc99d6
parent963681723f3b0a2eafe5c3f8fa1defbc112f671e
Call hostapd_allowed_address() directly from handle_probe_req()

ieee802_11_allowed_address() did not really do anything useful for the
call from handle_probe_req(), so replace that with a direct call to
hostapd_allowed_address() and make ieee802_11_allowed_address() a static
function.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/beacon.c
src/ap/ieee802_11.c
src/ap/ieee802_11.h