summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authoryeshwanth sriram guntuka <ysriramg@codeaurora.org>2017-09-01 17:56:07 +0530
committersnandini <snandini@codeaurora.org>2018-01-15 17:46:19 -0800
commitffd0a2fa8a3411e666f8e5e192a715ea2cf10eb8 (patch)
tree7140765d22d74e6ad498f674683c31aed4b0c14f /utils
parenta7db8ce9a150f0da5e588ee8dbb2c3c28219fd69 (diff)
downloadqca-wfi-host-cmn-ffd0a2fa8a3411e666f8e5e192a715ea2cf10eb8.tar.gz
qcacmn: Add config support for BTM offload
Add ini to configure BTM offload configuration which is sent to firmware as part of RSO start via wmi btm config cmd. Change-Id: I69c792705b208014af8f1878f7645d957dde6c06 CRs-Fixed: 2105112
Diffstat (limited to 'utils')
-rw-r--r--utils/host_diag_log/inc/host_diag_core_event.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/host_diag_log/inc/host_diag_core_event.h b/utils/host_diag_log/inc/host_diag_core_event.h
index d85f716ac..f974e3f60 100644
--- a/utils/host_diag_log/inc/host_diag_core_event.h
+++ b/utils/host_diag_log/inc/host_diag_core_event.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014-2018 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -429,6 +429,8 @@ struct host_event_wlan_ssr_shutdown {
* reason unspecified
* @HOST_STA_KICKOUT_REASON_KEEP_ALIVE: Indicate sta is disconnected
* because of keep alive
+ * @HOST_STA_KICKOUT_REASON_BTM: BTM request from AP with disassoc imminent
+ * reason
*
* This enum contains the event subtype
*/
@@ -437,6 +439,7 @@ enum host_sta_kickout_events {
HOST_STA_KICKOUT_REASON_XRETRY,
HOST_STA_KICKOUT_REASON_UNSPECIFIED,
HOST_STA_KICKOUT_REASON_KEEP_ALIVE,
+ HOST_STA_KICKOUT_REASON_BTM,
};
/*-------------------------------------------------------------------------