]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ieee802_11.c
Move AP events for STA connected/disconnected into one function
authorJouni Malinen <j@w1.fi>
Thu, 3 Nov 2011 20:17:41 +0000 (22:17 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Nov 2011 20:17:41 +0000 (22:17 +0200)
commitae055af4f7436d0ea2b29d11d23d341eefb918cf
tree6b6a961889505347092c65312d5cf8698cd2453f
parent3ec1e9020f0cd4a0d4603f7cb6a4741f9384f2bb
Move AP events for STA connected/disconnected into one function

Instead of trying to remember to add wpa_msg() calls for every possible
path where a STA becomes authorized or unauthorized, use
ap_sta_set_authorized() to send these events more consistently.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/ieee802_1x.c
src/ap/sta_info.c