]> git.ipfire.org Git - thirdparty/hostap.git/commit
Notify STA of disconnection based on ACL change
authorJouni Malinen <j@w1.fi>
Sun, 30 Mar 2014 07:48:32 +0000 (10:48 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Mar 2014 14:06:34 +0000 (17:06 +0300)
commit18a8e55fcd84bfceaaf3e9eebf508baf970e467a
treee2b13fc17c11fde3bc0f4eac7521e2022430bb09
parent29b75b78601baf9ded37ddc6d13719d43518e01a
Notify STA of disconnection based on ACL change

ap_sta_deauthenticate() does not necessarily send a Deauthentication
frame to the STA. Use ap_sta_disconnect() to drop the association so
that the notification frame goes out.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/ctrl_iface.c