qcacmn: ADD WMI unified param and APIs for PPEDS
Add WMI unified param and APIs to enable PPE based routing. Change-Id: I32e475dc684938180c837e3c6a4980a9b5a14a21 CRs-Fixed: 3147720
This commit is contained in:

committed by
Madan Koyyalamudi

parent
62706fd667
commit
c903ec29a1
@@ -4660,4 +4660,17 @@ QDF_STATUS wmi_extract_quiet_offload_event(
|
||||
struct wmi_unified *wmi_handle, void *evt_buf,
|
||||
struct vdev_sta_quiet_event *quiet_event);
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_SUPPORT_PPEDS
|
||||
/**
|
||||
* wmi_unified_peer_ppe_ds_param_send - Set the PPEDS configs
|
||||
* @wmi_handle: WMI handle
|
||||
* @param: Peer PPE DS param
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS for success or error code.
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_peer_ppe_ds_param_send(wmi_unified_t wmi_handle,
|
||||
struct peer_ppe_ds_param *param);
|
||||
#endif /* WLAN_SUPPORT_PPEDS */
|
||||
#endif /* _WMI_UNIFIED_API_H_ */
|
||||
|
Reference in New Issue
Block a user