qcacmn: Add modules to support new NDP command and event

Add modules and API's to issue command WMI_NDP_CMDID. This
command, for now, can request Firmware to terminate all NDP's
associated with the given vdev. Add module that extracts
event information from event WMI_NDP_EVENTID. This event acts
as a response to command WMI_NDP_CMDID, and carries NDP
related status information for the host. Extract mac_id from
the updated TLV of NDP confirm and schedule update events.

Add modules and API's to support new NDP command and event.

Change-Id: Ibf6312cb3669b5e62ada3f4ad852be87f14ae09f
CRs-Fixed: 2384535
This commit is contained in:
Nachiket Kukade
2019-02-06 19:02:38 +05:30
committed by nshrivas
parent b5b21cac42
commit ab9c7479e4
7 changed files with 147 additions and 14 deletions

View File

@@ -4715,6 +4715,7 @@ typedef enum {
wmi_ndp_end_indication_event_id,
wmi_ndp_end_rsp_event_id,
wmi_ndl_schedule_update_event_id,
wmi_ndp_event_id,
wmi_oem_response_event_id,
wmi_peer_stats_info_event_id,
wmi_pdev_chip_power_stats_event_id,