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

@@ -16763,6 +16763,12 @@ event_ids[wmi_roam_scan_chan_list_id] =
event_ids[wmi_mgmt_rx_fw_consumed_eventid] =
WMI_MGMT_RX_FW_CONSUMED_EVENTID;
#endif
#ifdef WLAN_FEATURE_11BE_MLO
event_ids[wmi_mlo_setup_complete_event_id] =
WMI_MLO_SETUP_COMPLETE_EVENTID;
event_ids[wmi_mlo_teardown_complete_event_id] =
WMI_MLO_TEARDOWN_COMPLETE_EVENTID;
#endif
}
#ifdef WLAN_FEATURE_LINK_LAYER_STATS
@@ -17247,6 +17253,7 @@ void wmi_tlv_attach(wmi_unified_t wmi_handle)
wmi_cfr_attach_tlv(wmi_handle);
wmi_cp_stats_attach_tlv(wmi_handle);
wmi_gpio_attach_tlv(wmi_handle);
wmi_11be_attach_tlv(wmi_handle);
}
qdf_export_symbol(wmi_tlv_attach);