qcacmn: Add lite monitor set/get functions

-Add lite monitor tx/rx filter config set/get fucntions
-Add lite monitor tx/rx peer config set/get functions

Change-Id: I47cc1085c64468b8a0fada871e2f5d3707ca7063
CRs-Fixed: 3078298
Tento commit je obsažen v:
Jeevan Kukkalli
2021-11-18 23:49:47 +05:30
odevzdal Madan Koyyalamudi
rodič a68a2f3b18
revize 7f9da4ae12
11 změnil soubory, kde provedl 375 přidání a 4 odebrání

Zobrazit soubor

@@ -285,6 +285,7 @@ typedef void (*wlan_objmgr_peer_status_handler)(
* @WLAN_MLO_MGR_ID: MLO manager reference id
* @WLAN_MGMT_RX_REO_ID: Management rx reorder reference id
* @WLAN_MGMT_RX_REO_SIM_ID: Management rx reorder simulation reference id
* @WLAN_LITE_MON_ID: Lite monitor operations
* @WLAN_REF_ID_MAX: Max id used to generate ref count tracking array
*/
/* New value added to the enum must also be reflected in function
@@ -387,6 +388,7 @@ typedef enum {
WLAN_MGMT_RX_REO_ID = 92,
WLAN_MGMT_RX_REO_SIM_ID = 93,
WLAN_TWT_ID = 94,
WLAN_LITE_MON_ID = 95,
WLAN_REF_ID_MAX,
} wlan_objmgr_ref_dbgid;