From 0f72e11a1fe572b66294f45de876b8b041f6ee73 Mon Sep 17 00:00:00 2001 From: Vinay Adella Date: Mon, 27 Nov 2017 17:53:31 +0530 Subject: [PATCH] qcacmn: Add Params for Continuous Background Scan(CBS) OL_ATH_PARAM_CBS - Command to enable/disable CBS OL_ATH_PARAM_DCS_SIM - Command to simulate DCS interferences OL_ATH_PARAM_CBS_DWELL_SPLIT_TIME - Command to configure Dwell Split time OL_ATH_PARAM_CBS_DWELL_REST_TIME - Command to configure Dwell Rest time OL_ATH_PARAM_CBS_WAIT_TIME - Command to configure CBS wait time. OL_ATH_PARAM_CBS_CSA - Command to enable channel switch with CBS. Change-Id: If1c45c7caa53da7f05e56f23c74cf1b982ea8f48 CRs-Fixed: 2134748 --- dp/inc/cdp_txrx_stats_struct.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index f4fb7c2408..d996bdfe21 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -1260,6 +1260,14 @@ enum _ol_ath_param_t { OL_ATH_PARAM_ESP_PPDU_DURATION = 378, OL_ATH_PARAM_ESP_BA_WINDOW = 379, #endif /* QCN_ESP_IE */ + + OL_ATH_PARAM_CBS = 380, + OL_ATH_PARAM_DCS_SIM = 381, + OL_ATH_PARAM_CBS_DWELL_SPLIT_TIME = 382, + OL_ATH_PARAM_CBS_DWELL_REST_TIME = 383, + OL_ATH_PARAM_CBS_WAIT_TIME = 384, + OL_ATH_PARAM_CBS_REST_TIME = 385, + OL_ATH_PARAM_CBS_CSA = 386, }; /* Enumeration of PDEV Configuration parameter */