]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Remove and re-add STA entry after FT protocol success with PMF
authorJouni Malinen <j@w1.fi>
Sat, 4 Apr 2020 18:50:37 +0000 (21:50 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 4 Apr 2020 18:53:10 +0000 (21:53 +0300)
commitd867e11811eb0e264bb5e62f8904ecddf7027ba9
treec97495b9f35e958e26c3dfd6d7a181cde7e0a5ff
parentaf23f3a84954d066b6c2c521c5ba1c5e7e7efcf2
FT: Remove and re-add STA entry after FT protocol success with PMF

Allow STA entry to be removed and re-added to the driver with PMF is
used with FT. Previously, this case resulted in cfg80211 rejecting STA
entry update after successful FT protocol use if the association had not
been dropped and it could not be dropped for the PMF case in
handle_auth().

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c
src/ap/sta_info.c
src/ap/sta_info.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ft.c
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_i.h