qcacmn: Add wmi support for CFR capture command
Add wmi support for CFR capture command. CRs-Fixed: 2372061 Change-Id: Icaeb30ccf619058383314317864be65380a551fd
This commit is contained in:

committed by
nshrivas

parent
cad74add80
commit
975303cc41
@@ -1730,4 +1730,18 @@ enum cdp_sec_type wlan_crypto_cipher_to_cdp_sec_type(
|
||||
enum wlan_crypto_cipher_type crypto_cipher);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_CFR_ENABLE
|
||||
/**
|
||||
* wmi_unified_send_peer_cfr_capture_cmd() - WMI function to start CFR capture
|
||||
* for a peer
|
||||
* @wmi_hdl: WMI handle
|
||||
* @param: configuration params for capture
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS if success, else returns proper error code.
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_send_peer_cfr_capture_cmd(void *wmi_hdl,
|
||||
struct peer_cfr_params *param);
|
||||
#endif /* WLAN_CFR_ENABLE */
|
||||
#endif /* _WMI_UNIFIED_API_H_ */
|
||||
|
Reference in New Issue
Block a user