qcacmn: Add support for 11k offload related WMI commands
Add WMI TLV functions for 11k offload command and neighbor report request invoke command. Change-Id: If37cace93d4f719eed6abfabcd878879d804161e CRs-Fixed: 2162030
Esse commit está contido em:
@@ -2012,4 +2012,27 @@ QDF_STATUS wmi_extract_swfda_vdev_id(void *wmi_hdl, void *evt_buf,
|
||||
QDF_STATUS wmi_unified_fils_discovery_send_cmd(void *wmi_hdl,
|
||||
struct fd_params *param);
|
||||
#endif /* WLAN_SUPPORT_FILS */
|
||||
|
||||
/**
|
||||
* wmi_unified_offload_11k_cmd() - send 11k offload command
|
||||
* @wmi_hdl: wmi handle
|
||||
* @params: 11k offload params
|
||||
*
|
||||
* This function passes the 11k offload command params to FW
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_offload_11k_cmd(void *wmi_hdl,
|
||||
struct wmi_11k_offload_params *params);
|
||||
/**
|
||||
* wmi_unified_invoke_neighbor_report_cmd() - send invoke neighbor report cmd
|
||||
* @wmi_hdl: wmi handle
|
||||
* @params: invoke neighbor report params
|
||||
*
|
||||
* This function passes the invoke neighbor report command to fw
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_invoke_neighbor_report_cmd(void *wmi_hdl,
|
||||
struct wmi_invoke_neighbor_report_params *params);
|
||||
#endif /* _WMI_UNIFIED_API_H_ */
|
||||
|
Referência em uma nova issue
Block a user