]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix PMF protect disconnection on session timeout
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 7 Mar 2014 21:23:41 +0000 (23:23 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 7 Mar 2014 21:24:54 +0000 (23:24 +0200)
commit0ac3876627d2fdd9d6b4bd19a2475c00ee3c62e3
tree6b3858109c2e8f90a1ea1922aea9c9f69dfd6d05
parent49021c1cb62456d5ec4eec4b2e2431c0b8c0890b
Fix PMF protect disconnection on session timeout

Request the driver to send a Deauthentication frame before doing
any other disconnection steps on the session timeout path. This is
needed when PMF is negotiated for the association since the driver
will need to find the STA entry and the PTK for it to be able to
protect the robust Deauthentication frame.

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