qcacmn: Add event response for green ap low latency pwer save mode

Add low latency power save mode event response for xpan
profile.

Change-Id: If3271c8a0ed649cd04b9060060706de9ec5764c1
CRs-Fixed: 3267486
This commit is contained in:
Vijay Raj
2022-11-30 04:30:23 -08:00
committed by Madan Koyyalamudi
vanhempi f0578f5bdb
commit 2413e83ebd
13 muutettua tiedostoa jossa 295 lisäystä ja 8 poistoa

Näytä tiedosto

@@ -4074,6 +4074,21 @@ QDF_STATUS wmi_extract_green_ap_egap_status_info(
struct wlan_green_ap_egap_status_info *egap_status_info_params);
#endif
#ifdef WLAN_SUPPORT_GAP_LL_PS_MODE
/**
* wmi_unified_extract_green_ap_ll_ps_param() - API to extract Green AP low
* latency power save event parameter
* @wmi_handle: wmi handle
* @evt_buf: pointer to the event buffer
* @green_ap_ll_ps_event_param: Event parameter
*
* Return: QDF_STATUS
*/
QDF_STATUS wmi_unified_extract_green_ap_ll_ps_param(
wmi_unified_t wmi_hdl, uint8_t *evt_buf,
struct wlan_green_ap_ll_ps_event_param *green_ap_ll_ps_event_param);
#endif
/**
* wmi_unified_send_roam_scan_stats_cmd() - Wrapper to request roam scan stats
* @wmi_handle: wmi handle

Näytä tiedosto

@@ -5203,6 +5203,9 @@ typedef enum {
#endif /* HEALTH_MON_SUPPORT */
#ifdef WLAN_FEATURE_11BE_MLO
wmi_mlo_ap_vdev_tid_to_link_map_eventid,
#endif
#ifdef WLAN_SUPPORT_GAP_LL_PS_MODE
wmi_xgap_enable_complete_eventid,
#endif
wmi_events_max,
} wmi_conv_event_id;

Näytä tiedosto

@@ -555,6 +555,12 @@ QDF_STATUS (*send_green_ap_ll_ps_cmd)(wmi_unified_t wmi_handle,
#endif
#endif
#ifdef WLAN_SUPPORT_GAP_LL_PS_MODE
QDF_STATUS (*extract_green_ap_ll_ps_param)(
uint8_t *evt_buf,
struct wlan_green_ap_ll_ps_event_param *ll_ps_params);
#endif
QDF_STATUS
(*send_pdev_utf_cmd)(wmi_unified_t wmi_handle,
struct pdev_utf_params *param,