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
Tento commit je obsažen v:
Vinay Adella
2017-11-27 17:53:31 +05:30
odevzdal nshrivas
rodič 205aeca91d
revize 0f72e11a1f

Zobrazit soubor

@@ -1260,6 +1260,14 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_ESP_PPDU_DURATION = 378, OL_ATH_PARAM_ESP_PPDU_DURATION = 378,
OL_ATH_PARAM_ESP_BA_WINDOW = 379, OL_ATH_PARAM_ESP_BA_WINDOW = 379,
#endif /* QCN_ESP_IE */ #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 */ /* Enumeration of PDEV Configuration parameter */