qcacmn: Add new wmi ops extract_inst_rssi_stats_resp
Add new wmi ops extract_inst_rssi_stats_resp to extract instantaneous rssi stats resp. Change-Id: Idce8a5fb0036145aa14682997ca5101666772c70 CRs-Fixed: 3058799
This commit is contained in:

committed by
Madan Koyyalamudi

parent
dece2a5af1
commit
9cba107914
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -154,4 +155,18 @@ QDF_STATUS
|
||||
wmi_extract_peer_extd_stats(wmi_unified_t wmi_handle, void *evt_buf,
|
||||
uint32_t index,
|
||||
wmi_host_peer_extd_stats *peer_extd_stats);
|
||||
|
||||
#ifdef WLAN_FEATURE_SON
|
||||
/**
|
||||
* wmi_extract_inst_rssi_stats_resp() - extract inst rssi stats from event
|
||||
* @wmi_handle: wmi handle
|
||||
* @evt_buf: pointer to event buffer
|
||||
* @inst_rssi_resp: pointer to hold inst rssi stats
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_extract_inst_rssi_stats_resp(wmi_unified_t wmi_handle, void *evt_buf,
|
||||
struct wmi_host_inst_rssi_stats_resp *inst_rssi_resp);
|
||||
#endif
|
||||
#endif /* _WMI_UNIFIED_CP_STATS_API_H_ */
|
||||
|
Reference in New Issue
Block a user