qcacmn: Add support for PN Rx Filter WMI

Add WMI support to set PN Rx Filter which is used to forward
frames to host upon PN failure.

Change-Id: Ib32abc681e17e1a6189a295314a497fc0c21b15a
CRs-Fixed: 3150832
This commit is contained in:
Pooventhiran G
2022-02-18 10:55:12 +05:30
committed by Madan Koyyalamudi
parent f5e2da429b
commit d0f0047cdd
5 changed files with 91 additions and 0 deletions

View File

@@ -2961,6 +2961,10 @@ QDF_STATUS
(*peer_ppe_ds_param_send)(wmi_unified_t wmi_handle,
struct peer_ppe_ds_param *param);
#endif /* WLAN_SUPPORT_PPEDS */
QDF_STATUS
(*send_vdev_pn_mgmt_rxfilter_cmd)(wmi_unified_t wmi_handle,
struct vdev_pn_mgmt_rxfilter_params *params);
};
/* Forward declartion for psoc*/