]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Send link ID with NL80211_CMD_TDLS_MGMT to enable TDLS with MLO
authorAleti Nageshwar Reddy <quic_anageshw@quicinc.com>
Wed, 3 Jul 2024 10:34:45 +0000 (16:04 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2024 20:20:50 +0000 (23:20 +0300)
commit5f98c853e49b884acbb1fd43e70d954fb3aeec80
treeb7504b99dc253ca8240293387caa5fdd1a03ed48
parentf302d9f9646704cce745734af21d540baa0da65f
nl80211: Send link ID with NL80211_CMD_TDLS_MGMT to enable TDLS with MLO

The latest Linux kernel is mandating link ID with NL80211_CMD_TDLS_MGMT
for MLO connections. This resulted in not being able to perform TDLS
operations during a multi-link association.

Fix this by sending link ID in NL80211_CMD_TDLS_MGMT when available. If
link ID info is not available, send the link ID of the association link.

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