]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Check nla_put_flag() failure for ext auth
authorJouni Malinen <jouni@codeaurora.org>
Thu, 18 Apr 2019 18:54:13 +0000 (21:54 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 18 Apr 2019 18:55:39 +0000 (21:55 +0300)
commitc8931afe2455895b0b0d4addc94d0a3691ec9ab5
tree75ed00f37a8d41701bdf05ae913cbf5dad01d793
parent9f721917e7ceb18e43dad6503cacff4be7c18663
nl80211: Check nla_put_flag() failure for ext auth

All nla_put*() operations should be verified to succeed, so check this
recently added one for NL80211_ATTR_EXTERNAL_AUTH_SUPPORT.

Fixes: 236e793e7b8b ("nl80211: External authentication in driver-based AP SME mode")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver_nl80211.c