qcacmn: Add support trap protocol tagged packets for trigger

Add support to trap protocol tagged packets for the unique
metadata to send it as trigger to standby application

Change-Id: I76644477d1df2a0851472283623c1dc3dbe19b8b
CRs-Fixed: 3608436
This commit is contained in:
Surya Prakash Raajen
2023-09-06 15:59:53 +05:30
committed by Rahul Choudhary
parent f07920991b
commit 06a7a53dde
3 changed files with 27 additions and 0 deletions

View File

@@ -1674,6 +1674,10 @@ struct ol_if_ops {
int (*dp_rx_get_pending)(ol_txrx_soc_handle soc);
void (*dp_rx_sched_refill_thread)(ol_txrx_soc_handle soc);
/* TODO: Add any other control path calls required to OL_IF/WMA layer */
#ifdef WLAN_SUPPORT_RX_FLOW_TAG
void (*send_wakeup_trigger)(struct cdp_ctrl_objmgr_psoc *soc,
uint8_t vdev_id);
#endif
#ifdef QCA_SUPPORT_WDS_EXTENDED
void (*rx_wds_ext_peer_learn)(struct cdp_ctrl_objmgr_psoc *ctrl_psoc,
uint16_t peer_id, uint8_t vdev_id,