qcacld-3.0: Update SR params on beacon update

If the Spatial Reuse parameters change in the beacon
post association, update the new parameters to the
firmware and userspace.

Add a new SR change reason for beacon update. Use this
to update the new SR params to userspace.

Change-Id: I929d8edf7425e6e9494027f6da07a5406d2db123
CRs-Fixed: 3316986
This commit is contained in:
Surya Prakash Sivaraj
2023-01-30 14:55:39 +05:30
committed by Madan Koyyalamudi
vanhempi b57c697e7f
commit 714848d11a
6 muutettua tiedostoa jossa 130 lisäystä ja 34 poistoa

Näytä tiedosto

@@ -44,10 +44,13 @@ enum sr_osif_operation {
* @SR_REASON_CODE_CONCURRENCY: Spatial Reuse reason code is concurrency
* will be set when SR is suspended / resumed
* due to concurrency
* @SR_REASON_CODE_BCN_IE_CHANGE: Spatial Reuse reason code is SRP IE change
* in the beacon/probe rsp of the associated AP
*/
enum sr_osif_reason_code {
SR_REASON_CODE_ROAMING = 0,
SR_REASON_CODE_CONCURRENCY = 1,
SR_REASON_CODE_BCN_IE_CHANGE = 2,
};
/**