mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
The MLO links used for connection with an MLD AP are decided by the
driver in case of SME offloaded to driver.
Add support for the drivers to indicate the information of links used
for MLO connection in connect and roam callbacks, update the connected
links information in wdev from connect/roam result sent by driver.
Also, send the connected links information to userspace.
Add a netlink flag attribute to indicate that userspace supports
handling of MLO connection. Drivers must not do MLO connection when this
flag is not set. This is to maintain backwards compatibility with older
supplicant versions which doesn't have support for MLO connection.
Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Bug: 233387627
(cherry picked from commit efbabc1165)
Change-Id: I851d398ba59d13e2742ba6a1fe796d197c6dc627
Signed-off-by: Carlos Llamas <cmllamas@google.com>