瀏覽代碼

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
Vinay Adella 7 年之前
父節點
當前提交
0f72e11a1f
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      dp/inc/cdp_txrx_stats_struct.h

+ 8 - 0
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 */