qcacmn: Add build flag for MSCS procedures (Data path)

This change will add a build flag support to MSCS wherein
the functions will be called based on the status of the flag
created. This flag will be enabled by default.

Change-Id: I1c234c710d3b37f534ed2df7b37343cbd65ab930
CRs-Fixed: 2757257
此提交包含在:
Ramanathan Choodamani
2020-08-11 15:35:28 -07:00
提交者 snandini
父節點 d5a6680a6f
當前提交 dae503e5a1
共有 5 個檔案被更改,包括 16 行新增1 行删除

查看文件

@@ -6224,6 +6224,7 @@ fail0:
}
#endif /* ATH_SUPPORT_NAC_RSSI || ATH_SUPPORT_NAC */
#ifdef WLAN_SUPPORT_MSCS
/*
* dp_record_mscs_params - MSCS parameters sent by the STA in
* the MSCS Request to the AP. The AP makes a note of these
@@ -6292,6 +6293,7 @@ fail:
dp_peer_unref_delete(peer, DP_MOD_ID_CDP);
return status;
}
#endif
/*
* dp_get_sec_type() - Get the security type
@@ -10458,7 +10460,9 @@ static struct cdp_ctrl_ops dp_ops_ctrl = {
.txrx_vdev_config_for_nac_rssi = dp_config_for_nac_rssi,
.txrx_vdev_get_neighbour_rssi = dp_vdev_get_neighbour_rssi,
#endif
#ifdef WLAN_SUPPORT_MSCS
.txrx_record_mscs_params = dp_record_mscs_params,
#endif
.set_key = dp_set_michael_key,
.txrx_get_vdev_param = dp_get_vdev_param,
.enable_peer_based_pktlog = dp_enable_peer_based_pktlog,