diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 97f32f9e99..eecc52a537 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -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 */ diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 346de73f00..c5e4e9aac2 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility */ -#define __WMI_REVISION_ 267 +#define __WMI_REVISION_ 268 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work