]> git.ipfire.org Git - thirdparty/hostap.git/commit
STA: Fix wpa_clear_keys() PTK key deletion logic
authorAlexander Wetzel <alexander@wetzel-home.de>
Mon, 23 Mar 2020 18:42:28 +0000 (19:42 +0100)
committerJouni Malinen <j@w1.fi>
Wed, 25 Mar 2020 22:33:17 +0000 (00:33 +0200)
commit8ca6f924d6665427f50a1c81c7cc7835af2e1684
tree822e66635e6cb27970a54316aedcc5a8085e2650
parentff543409055888403f79c8098bba57053d1baf97
STA: Fix wpa_clear_keys() PTK key deletion logic

We have to delete PTK keys when either BIT(0) or BIT(15) are zero and
not only when both are zero.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
wpa_supplicant/wpa_supplicant.c