qcacld-3.0: CL 1532157 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation

Add WMI TDLS scan start, complete events.

Change-Id: I74f0948061bee593dc15a0ceaab0a25633bb6dd4
CRs-fixed: 865207
This commit is contained in:
Selvaraj, Sridhar
2016-06-28 14:49:13 +05:30
committed by Nandini Suresh
parent b36e8fcd63
commit 217e9a985e
2 changed files with 11 additions and 1 deletions

View File

@@ -10319,6 +10319,16 @@ enum wmi_tdls_peer_reason {
WMI_TDLS_ENTER_BT_BUSY_MODE,
/** BT exited busy mode, TDLS connection tracker needs to handle this */
WMI_TDLS_EXIT_BT_BUSY_MODE,
/*
* TDLS module received a scan start event, TDLS connection tracker
* needs to handle this
*/
WMI_TDLS_SCAN_STARTED_EVENT,
/*
* TDLS module received a scan complete event, TDLS connection tracker
* needs to handle this
*/
WMI_TDLS_SCAN_COMPLETED_EVENT,
};
/* WMI_TDLS_PEER_EVENTID */