]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add NLA_F_NESTED to nla_nest_start() with older libnl versions
authorJouni Malinen <jouni@codeaurora.org>
Mon, 17 Feb 2020 15:25:05 +0000 (17:25 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 17 Feb 2020 15:25:05 +0000 (17:25 +0200)
commit10655d1bc24ab9297b677da73dff76b46f97d258
treeaaf9c00abeeecde30184c4118290cdba22f5a1f9
parent5db5290ab472c3ea050ceef251678b76665ea225
nl80211: Add NLA_F_NESTED to nla_nest_start() with older libnl versions

This is needed to work around a missing attribute that would cause
cfg80211 to reject some nl80211 commands (e.g.,
NL80211_ATTR_VENDOR_DATA) with new kernel versions that enforce netlink
attribute policy validation.

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