]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD: Clear group keys for removed links
authorKavita Kavita <quic_kkavita@quicinc.com>
Fri, 9 May 2025 15:50:30 +0000 (21:20 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 2 Jun 2025 14:02:27 +0000 (17:02 +0300)
commitc7139cc28a07803cf1ce97134b16fbbdbdf744cb
tree018392720f15f255e6f6d490e9565a5ec819fbe8
parent7a1893fd3aa8805f4733493f20e2acac2d67ab50
MLD: Clear group keys for removed links

For AP link removal case, group keys (e.g., GTK, IGTK, BIGTK, etc.) were
not cleared for links that were removed in the NL80211_CMD_LINKS_REMOVED
event. Since the links are already removed, we should clear the keys
associated with these links for proper cleanup.

This functionality was missing in the current implementation, so address
this by clearing group keys for the removed links.

Signed-off-by: Kavita Kavita <quic_kkavita@quicinc.com>
src/drivers/driver_nl80211_event.c
src/rsn_supp/wpa.c