qcacmn: MLO setup, teardown, ready WMI API

Add WMI APIs for MLO setup, ready and teardown command send and extract
routines

Change-Id: If986124032c4fb9bb3ed2ffbf2ac6db8fe9e0f1f
CRs-Fixed: 2981067
This commit is contained in:
Kiran Venkatappa
2021-06-25 00:56:55 +05:30
committed by Madan Koyyalamudi
parent 8082901907
commit 718f574750
9 changed files with 539 additions and 2 deletions

View File

@@ -4690,6 +4690,10 @@ typedef enum {
wmi_pdev_aoa_phasedelta_event_id,
#ifdef WLAN_MGMT_RX_REO_SUPPORT
wmi_mgmt_rx_fw_consumed_eventid,
#endif
#ifdef WLAN_FEATURE_11BE_MLO
wmi_mlo_setup_complete_event_id,
wmi_mlo_teardown_complete_event_id,
#endif
wmi_events_max,
} wmi_conv_event_id;