qcacmn: Add wmi support to dump WDS table
Request and print WDS table from FW using WMI command and event. WMI_PDEV_WDS_ENTRY_LIST_CMDID is used to request WDS table entries and WMI_PDEV_WDS_ENTRY_LIST_EVENTID is used to process received WDS entries. Change-Id: I452c8067d191d09826a38b751bb66f1bde587d9b CRs-Fixed: 2003377
This commit is contained in:

committed by
snandini

parent
5325c7c3ab
commit
aff64b034e
@@ -1406,6 +1406,11 @@ QDF_STATUS (*send_limit_off_chan_cmd)(wmi_unified_t wmi_handle,
|
||||
|
||||
QDF_STATUS (*send_wow_timer_pattern_cmd)(wmi_unified_t wmi_handle,
|
||||
uint8_t vdev_id, uint32_t cookie, uint32_t time);
|
||||
QDF_STATUS (*send_wds_entry_list_cmd)(wmi_unified_t wmi_handle);
|
||||
QDF_STATUS (*extract_wds_entry)(wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf,
|
||||
struct wdsentry *wds_entry,
|
||||
u_int32_t idx);
|
||||
};
|
||||
|
||||
/* Forward declartion for psoc*/
|
||||
|
Reference in New Issue
Block a user