qca-wifi: Add support to send LCI WMI command to FW

Add support to send LCI WMI command to FW for 'wlanconfig athx rtt lci
<values>' command.

Change-Id: Idff672adef0ff9abd8ea033de470118c0168a2b6
CRs-Fixed: 2832182
This commit is contained in:
Shashikala Prabhu
2020-12-07 17:43:41 +05:30
committed by Gerrit - the friendly Code Review server
parent b6f0feb077
commit 975f602e86
3 changed files with 79 additions and 0 deletions

View File

@@ -780,4 +780,14 @@ QDF_STATUS wmi_unified_set_radio_tx_mode_select_cmd_send(
*/
QDF_STATUS wmi_unified_send_lcr_cmd(wmi_unified_t wmi_handle,
struct wmi_wifi_pos_lcr_info *lcr_info);
/**
* wmi_unified_send_lci_cmd() - Send LCI command to FW
* @wmi_handle: WMI handle
* @lci_info: Pointer to LCI structure
*
* Return: QDF_STATUS_SUCCESS if success, else returns proper error code.
*/
QDF_STATUS wmi_unified_send_lci_cmd(wmi_unified_t wmi_handle,
struct wifi_pos_lci_info *lci_info);
#endif /* _WMI_UNIFIED_AP_API_H_ */