]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not disassociate not-associated STA on timeout
authorJouni Malinen <jouni@codeaurora.org>
Mon, 11 Feb 2019 15:37:08 +0000 (17:37 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 11 Feb 2019 15:42:53 +0000 (17:42 +0200)
commitf3a841bbff689cf4e89831afe3192ff4d955c504
tree06f88f3eeebd0e35a5cb0f49361f2b80fc4a2439
parent91205c8eb4e63ccc712edb8024f53fee15acb58e
Do not disassociate not-associated STA on timeout

If the ap_handle_timer() timeout is reached for a not-associated STA, do
not default to disassociating that STA first since Disassociation frame
is not really appropriate to send to a STA that is not in associated
state. Instead, skip directly to deauthentication and STA entry removal.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/sta_info.c