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

@@ -4707,4 +4707,15 @@ QDF_STATUS
wmi_unified_peer_ppe_ds_param_send(wmi_unified_t wmi_handle,
struct peer_ppe_ds_param *param);
#endif /* WLAN_SUPPORT_PPEDS */
/**
* wmi_unified_pn_mgmt_rxfilter_send_cmd() - Send PN mgmt RxFilter command to FW
* @wmi_handle: WMI handle
* @params: RxFilter params
*
* Return: QDF_STATUS_SUCCESS for success or error code
*/
QDF_STATUS wmi_unified_pn_mgmt_rxfilter_send_cmd(
struct wmi_unified *wmi_handle,
struct vdev_pn_mgmt_rxfilter_params *params);
#endif /* _WMI_UNIFIED_API_H_ */