]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Send an event before throwing a station on re-authentication
authorAndreas Tobler <andreas.tobler@cloudguard.ch>
Mon, 13 Aug 2018 05:45:37 +0000 (07:45 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Sep 2018 09:48:32 +0000 (12:48 +0300)
commitb5ebe5dd5b03f4b499b88a6ce14dc67f13a0d212
treefce6e23beaebd34281c98c33cd6ab84f6178ee98
parent57151ae9841984a4e363b3e5d3f9abfa65014473
hostapd: Send an event before throwing a station on re-authentication

If you modify the WLAN-STA-AUTHORIZED bit in sta->flags, you have to
call the ap_sta_set_authorized() function to make sure the corresponding
event is sent over the control interface. Otherwise we leak entries in
the event history.

Signed-off-by: Andreas Tobler <andreas.tobler@cloudguard.ch>
src/ap/ieee802_11.c