]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Allow scan processing link to match the request
authorChenming Huang <quic_chenhuan@quicinc.com>
Thu, 25 Jan 2024 08:23:03 +0000 (13:53 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 12 Apr 2024 07:52:19 +0000 (10:52 +0300)
commitc9ad16870b75bfd1ec367aa1b8c6503d0ff6c671
treef15633826073c3d9f9890e6da0158a6946382e1d
parent9b682e72d9d1db170aaf81ca56cea12b5d1712a5
AP MLD: Allow scan processing link to match the request

If the driver provides an identifying cookie value for scan operations,
use that to select which link processes the scan result. This is needed
for OBSS scans that can be required in different links if operating as
an AP MLD.  Distinguish the scans using scan_cookie for QCA vendor scan
events.

Signed-off-by: Chenming Huang <quic_chenhuan@quicinc.com>
src/ap/drv_callbacks.c
src/ap/hostapd.h
src/ap/hw_features.c
src/drivers/driver.h
src/drivers/driver_nl80211_event.c