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
This commit is contained in:
yeshwanth sriram guntuka
2017-09-01 17:56:07 +05:30
committed by snandini
vanhempi a7db8ce9a1
commit ffd0a2fa8a
6 muutettua tiedostoa jossa 74 lisäystä ja 1 poistoa

Näytä tiedosto

@@ -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,
};
/*-------------------------------------------------------------------------