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

@@ -53,7 +53,9 @@
#include "wmi_unified_twt_param.h"
#include "wmi_unified_twt_api.h"
#endif
#ifdef WDS_CONV_TARGET_IF_OPS_ENABLE
#include "wmi_unified_wds_api.h"
#endif
#ifdef FEATURE_WLAN_EXTSCAN
#include "wmi_unified_extscan_api.h"
#endif