qcacmn: Handle wmi event wmi_vdev_quiet_offload_eventid
Extract information from wmi event wmi_vdev_quiet_offload_eventid and send it to mlme Change-Id: I49ef7f2811c5975a95e8e33050977c49e2b104e4 CRs-Fixed: 3101974
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f048242a78
commit
ab4cfe87b0
@@ -4646,4 +4646,18 @@ QDF_STATUS wmi_extract_update_mac_address_event(wmi_unified_t wmi_handle,
|
||||
void *evt_buf, uint8_t *vdev_id,
|
||||
uint8_t *status);
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
/**
|
||||
* wmi_extract_quiet_offload_event() - Extra mlo sta quiet IE offload event
|
||||
* @wmi_handle: WMI handle
|
||||
* @evt_buf: event buffer
|
||||
* @quiet_event: pointer to struct vdev_sta_quiet_event
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS for success or error code
|
||||
*/
|
||||
QDF_STATUS wmi_extract_quiet_offload_event(
|
||||
struct wmi_unified *wmi_handle, void *evt_buf,
|
||||
struct vdev_sta_quiet_event *quiet_event);
|
||||
#endif
|
||||
#endif /* _WMI_UNIFIED_API_H_ */
|
||||
|
Reference in New Issue
Block a user