mbox series

[0/4] MLO related fixes for scan/ACS

Message ID 20240422111906.2928263-1-quic_adisi@quicinc.com
Headers show
Series MLO related fixes for scan/ACS | expand

Message

Aditya Kumar Singh April 22, 2024, 11:19 a.m. UTC
Do some fixes in scan handling with MLO and also fixes deferred first link
BSS radius/auth server/802.1X initialization.

Aditya Kumar Singh (3):
  AP MLD: fix deferred first link BSS's radius, auth server and 802.1X
    initialization
  nl80211: fix scan request and its related events handling with MLO
  nl80211: fix simultaneous scanning failure in case of MLO

Harshitha Prem (1):
  ACS: handle ACS scan start request failure with error code -EBUSY
---
 src/ap/acs.c                       |  62 ++++++++++---
 src/ap/acs.h                       |   3 +
 src/ap/ap_drv_ops.c                |   6 ++
 src/ap/authsrv.c                   |  16 +++-
 src/ap/hostapd.c                   |  96 ++++++++++++-------
 src/ap/hostapd.h                   |   1 +
 src/ap/ieee802_1x.c                |  15 ++-
 src/drivers/driver.h               |   8 ++
 src/drivers/driver_nl80211.c       |  20 +++-
 src/drivers/driver_nl80211.h       |   3 +-
 src/drivers/driver_nl80211_event.c | 144 +++++++++++++++++++----------
 src/drivers/driver_nl80211_scan.c  |  61 +++++++++++-
 wpa_supplicant/scan.c              |   1 +
 13 files changed, 327 insertions(+), 109 deletions(-)


base-commit: ed78f56dcecb46a36fe0bfffeeb90b78f8b31b9d

Comments

Jouni Malinen June 11, 2024, 9:32 p.m. UTC | #1
On Mon, Apr 22, 2024 at 04:49:02PM +0530, Aditya Kumar Singh wrote:
> Do some fixes in scan handling with MLO and also fixes deferred first link
> BSS radius/auth server/802.1X initialization.
> 
> Aditya Kumar Singh (3):
>   AP MLD: fix deferred first link BSS's radius, auth server and 802.1X
>     initialization
>   nl80211: fix scan request and its related events handling with MLO
>   nl80211: fix simultaneous scanning failure in case of MLO
> 
> Harshitha Prem (1):
>   ACS: handle ACS scan start request failure with error code -EBUSY

Thanks, patches 1 and 4 applied with some cleanup.