]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Avoid clearing secure context for the PASN deauthentication event
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Wed, 30 Nov 2022 19:40:33 +0000 (01:10 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 15 Dec 2022 16:30:04 +0000 (18:30 +0200)
commita1702670764f64d699a6134e3f695d9c481e69a4
treedb4c4fb28ec2a7ef64f034974dc100f7ac1ffced
parent75a9c4bd4de4382fb5e75e470b85549e19356f9e
PASN: Avoid clearing secure context for the PASN deauthentication event

PASN deauthentication event is sent by the underlying driver to delete
the keys in wpa_supplicant PTKSA cache. So don't send clear secure
context command to the driver again as it is already aware of it.

Fixes: 74d894a2 ("PASN: Offload handshake for multiple peers from the driver")
Signed-off-by: Vinay Gannevaram <quic_vganneva@quicinc.com>
wpa_supplicant/pasn_supplicant.c