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>
This commit is contained in:
parent
9b682e72d9
commit
c9ad16870b
5 changed files with 42 additions and 0 deletions
|
@ -482,6 +482,9 @@ struct hostapd_data {
|
|||
#ifdef CONFIG_NAN_USD
|
||||
struct nan_de *nan_de;
|
||||
#endif /* CONFIG_NAN_USD */
|
||||
|
||||
u64 scan_cookie; /* Scan instance identifier for the ongoing HT40 scan
|
||||
*/
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue