qcacmn: Add beacon ratelimiting

Rate-limiting will be based on number of beacons received.
When the beacon is not from connected AP, the beacons
are dropped on a percentage of received beacons and
rate limit, which is configured by the user.

CRs-Fixed: 3230508
Change-Id: Iac591c37129fda6923ef254c2950cb0bdbb44ce9
This commit is contained in:
Kani M
2022-07-07 21:16:42 +05:30
committed by Madan Koyyalamudi
parent eb56570ae1
commit c9f08ae24b
8 changed files with 294 additions and 0 deletions

View File

@@ -5749,6 +5749,7 @@ typedef enum {
#endif
wmi_service_tdls_wideband_support,
#endif
wmi_service_is_my_mgmt_frame,
wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF