qcacmn: Receive SCS parameters for building peer database

This change will receive SCS procedure based parameters from
the control path and the peer will start building it's database
for traffic classification using SCS procedures.

Change-Id: I4fd7db595e0645285a95d0561eb46343238fa337
CRs-Fixed: 2970408
This commit is contained in:
Ramanathan Choodamani
2021-05-21 14:36:52 -07:00
committed by Madan Koyyalamudi
parent 7caa52178d
commit ed652bf38b
5 changed files with 309 additions and 0 deletions

View File

@@ -719,6 +719,24 @@ struct cdp_ctrl_ops {
uint8_t *rssi);
#endif
#ifdef WLAN_SUPPORT_SCS
QDF_STATUS
(*txrx_enable_scs_params) (
struct cdp_soc_t *soc, struct qdf_mac_addr
*macaddr,
uint8_t vdev_id,
bool is_active);
QDF_STATUS
(*txrx_record_scs_params) (
struct cdp_soc_t *soc, struct qdf_mac_addr
*macaddr,
uint8_t vdev_id,
struct cdp_scs_params *scs_params,
uint8_t entry_ctr,
uint8_t scs_sessions);
#endif
#ifdef WLAN_SUPPORT_MSCS
QDF_STATUS
(*txrx_record_mscs_params) (