qcacmn: WMI command to delete multiple WDS entries

Added new WMI command to delete multiple WDS entries.

Change-Id: Ifa40d8d96c645f12c4887763ce0aebb874306382
CRs-Fixed: 2291453
This commit is contained in:
Rathees kumar Chinannan
2018-11-22 18:39:06 +05:30
committed by nshrivas
parent e83dc1ac99
commit 4abc069828
3 changed files with 27 additions and 0 deletions

View File

@@ -236,4 +236,15 @@ QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf,
QDF_STATUS wmi_unified_peer_chan_width_switch_cmd_send(void *wmi_hdl,
struct peer_chan_width_switch_params *param);
/**
* wmi_unified_peer_del_all_wds_entries_cmd_send() - send delete
* all wds entries cmd to fw
* @wmi_hdl: wmi handle
* @param: delete all wds entries params
*
* Return: QDF_STATUS_SUCCESS for success or error code
*/
QDF_STATUS wmi_unified_peer_del_all_wds_entries_cmd_send(void *wmi_hdl,
struct peer_del_all_wds_entries_params *param);
#endif /* _WMI_UNIFIED_AP_API_H_ */