]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Deauthenticate on PTKSA cache entry expiration
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Fri, 8 Jul 2022 06:11:01 +0000 (11:41 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 2 Sep 2022 13:18:14 +0000 (16:18 +0300)
commit24929543ba4e8d9a2934ca346ffb0132f7141125
treefc67029f39ebe45b68141b837fe4c3be84414869
parent74d894a2ea3fd7890295a58a7e28200f41066d23
PASN: Deauthenticate on PTKSA cache entry expiration

Add an option for an alternative processing of PTKSA life time expiry.

Register a callback in wpa_supplicant to handle the life time expiry of
the keys in PTKSA cache. Send PASN deauthentication when a PTKSA cache
entry expires.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/ieee802_11.c
src/ap/wpa_auth_glue.c
src/common/ptksa_cache.c
src/common/ptksa_cache.h
wpa_supplicant/pasn_supplicant.c
wpa_supplicant/wpas_glue.c