]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Move control port attribute adding into more accurate location
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 18 Dec 2023 22:20:16 +0000 (00:20 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Dec 2023 22:20:16 +0000 (00:20 +0200)
commit9823f430539ccd3edfaa300cd80824929dfbe6d6
tree9a7da636e2b5f6e04f25fabe4a3c4871c872c4dc
parent0d619df8b384ba2dffc484e8ed63820dc297cc77
nl80211: Move control port attribute adding into more accurate location

This is independent of the NL80211_ATTR_SOCKET_OWNER use, so add these
attributes from a separate helper function that is called only from
locations that actually start an operation that uses EAPOL frames.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/drivers/driver_nl80211.c