]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Parse MLO connection info in NL80211_CMD_CONNECT event
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Thu, 8 Sep 2022 14:44:09 +0000 (20:14 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 15 Sep 2022 02:31:55 +0000 (05:31 +0300)
commitc7741009f7000114f699d22cf90243b422b07bb2
tree23f18ba1c74f43552bd91a55ffff11c391a5c5cf
parentbd499f0e6e60142244732a747b2b8527f06eebaf
nl80211: Parse MLO connection info in NL80211_CMD_CONNECT event

Parse NL80211_ATTR_MLO_LINKS in NL80211_CMD_CONNECT event and cache the
MLO connection information. Set the legacy connection fields such as
assoc_freq and bssid to the values of the MLO link on which association
happened.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
src/common/defs.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h
src/drivers/driver_nl80211_event.c