]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
WPA auth: Disconnect STA if MSK cannot be fetched
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 29 Jan 2015 20:31:41 +0000 (22:31 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 29 Jan 2015 20:31:41 +0000 (22:31 +0200)
commit1180dd66a984bcbc0f152ba6368f454b1eff4b42
tree2fbdb48091a10732dc9afa61d5fb3d2eab4f3ed6
parent40aaa64f9fa9880d0e31b2996bdc5e29dfe45412
WPA auth: Disconnect STA if MSK cannot be fetched

Previously, it was possible for some corner cases to leave the WPA
authenticator state machine running if PMK could not be derived. Change
this to forcefully disconnect the STA to get more consistent behavior
and faster notification of the error.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wpa_auth.c