[RFC 0/2] Add support for MLO connection when driver's SME in use
Veerendranath Jakkam
quic_vjakkam at quicinc.com
Sat Jul 9 19:46:50 PDT 2022
This patch series is to enable support for Multi-Link Operation(MLO)
connection support for SME in drivers using NL80211_CMD_CONNECT.
Note:
Some changes in the patches are done considering below kernel patch
to fix sending link ID info of associated BSS in scan results.
https://lore.kernel.org/linux-wireless/bc47dcaf-acee-89c3-ca7e-ef15a4f2205f@quicinc.com/T/#m4cd4927a075d123255b9abba967a1e18e9f5a1c6
Shivani Baranwal (1):
MLO: Add support for open connection when driver's SME in use
Veerendranath Jakkam (1):
Sync with wireless-next.git include/uapi/linux/nl80211.h
src/common/defs.h | 2 +
src/drivers/driver.h | 22 ++++++++++
src/drivers/driver_nl80211.c | 80 +++++++++++++++++++++++++++++++---
src/drivers/driver_nl80211.h | 2 +
src/drivers/driver_nl80211_event.c | 80 ++++++++++++++++++++++++++++++++--
src/drivers/nl80211_copy.h | 57 +++++++++++++++++++++++-
wpa_supplicant/bss.c | 22 ++++++++--
wpa_supplicant/driver_i.h | 10 +++++
wpa_supplicant/events.c | 89 ++++++++++++++++++++++++++++++++++++++
wpa_supplicant/wpa_supplicant_i.h | 7 +++
10 files changed, 358 insertions(+), 13 deletions(-)
--
2.7.4
More information about the Hostap
mailing list