qcacmn: Add WMI support to send the wds AST commands to fw

Add host WMI APIs to send WMI_PEER_ADD_WDS_ENTRY_CMDID,
WMI_PEER_REMOVE_WDS_ENTRY_CMDID, and WMI_PEER_UPDATE_WDS_ENTRY_CMDID
to the Fw.

Change-Id: I32afdac7c366b647ee3196bcb76531295e640b8b
CRs-Fixed: 2997227
This commit is contained in:
Subrat Dash
2021-08-07 15:46:22 +05:30
committed by Madan Koyyalamudi
parent ffb8752cf3
commit 8525330652
7 changed files with 364 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
#endif
#include "wmi_unified_twt_api.h"
#include "wmi_unified_wds_api.h"
#ifdef WLAN_POLICY_MGR_ENABLE
#include "wlan_policy_mgr_public_struct.h"
@@ -17223,6 +17224,7 @@ void wmi_tlv_attach(wmi_unified_t wmi_handle)
#endif
populate_tlv_events_id(wmi_handle->wmi_events);
populate_tlv_service(wmi_handle->services);
wmi_wds_attach_tlv(wmi_handle);
wmi_twt_attach_tlv(wmi_handle);
wmi_extscan_attach_tlv(wmi_handle);
wmi_smart_ant_attach_tlv(wmi_handle);