]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSS: Clear wpa_bss pointers on bss entry removal
authorJouni Malinen <j@w1.fi>
Sun, 9 Feb 2025 16:11:00 +0000 (18:11 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 9 Feb 2025 17:08:30 +0000 (19:08 +0200)
commit218659c5818774757cb120549587397cd4022453
tree9e733ea9d4d39a002168a8eead93e91bbb0a90ce
parent39b6e6efecec4e9f04521bddaefa31f70647de0c
BSS: Clear wpa_bss pointers on bss entry removal

Reduce risk of unexpected behavior by clearing any struct wpa_supplicant
pointers to struct wpa_bss entries when such a BSS entry gets removed
from the BSS list.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/bss.c