]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Exclude PMK when sending NL80211_CMD_DEL_PMKSA explicitly
authorvamsi krishna <vamsin@codeaurora.org>
Wed, 13 Mar 2019 07:43:38 +0000 (13:13 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 13 Mar 2019 11:22:40 +0000 (13:22 +0200)
commitc6ec9759c53c4a889adfb5f803d2cd7c0409a4b4
treecb9c872372ffb3191faf6e0b6f3b561f2d94f77d
parentba6ce9c65757b9df628d655158f37f537a44e3cd
nl80211: Exclude PMK when sending NL80211_CMD_DEL_PMKSA explicitly

Add a check in nl80211 driver layer to not include PMK while sending
NL80211_CMD_DEL_PMKSA explicitly. Though it is taken care already in
supplicant layer by setting the pmk_len to zero, it would be good
to have a check in nl80211 layer in order to avoid future accidental
inclusions of keying material in commands that do not need them.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver_nl80211.c