qcacld-3.0: Add bearer switch WMI interface changes

When there are more than one audio transport mediums
are available, there is a possibility to switch the
audio transport medium from one medium to another
medium.
To provide this support to switch the audio transport
medium, and to indicate the status of the bearer
switch to fw, add WMI interface changes.

Change-Id: I236e2d9a954191c104d56d286332ace644190e6e
CRs-Fixed: 3653962
This commit is contained in:
Ashish Kumar Dhanotiya
2023-10-26 17:00:54 +05:30
committed by Ravindra Konda
parent 83bd928af6
commit 793694f8f7
18 changed files with 773 additions and 18 deletions

View File

@@ -247,6 +247,7 @@ _fixed_ipaths = [
"components/target_if/pkt_capture/inc",
"components/target_if/pmo/inc",
"components/target_if/pmo/src",
"components/target_if/sap/ll_sap/inc",
"components/target_if/tdls/inc",
"components/target_if/wfa_config/inc",
"components/tdls/dispatcher/inc",
@@ -263,6 +264,7 @@ _fixed_ipaths = [
"components/wifi_pos/core/inc",
"components/wifi_pos/dispatcher/inc",
"components/wmi/inc",
"components/wmi/src",
"core/bmi/inc",
"core/cds/inc",
"core/cds/src",
@@ -2109,11 +2111,14 @@ _conditional_srcs = {
},
"CONFIG_WLAN_FEATURE_LL_LT_SAP": {
True: [
"components/target_if/sap/ll_sap/src/target_if_ll_sap.c",
"components/umac/mlme/sap/ll_sap/dispatcher/src/wlan_ll_sap_api.c",
"components/umac/mlme/sap/ll_sap/dispatcher/src/wlan_ll_sap_ucfg_api.c",
"components/umac/mlme/sap/ll_sap/core/src/wlan_ll_lt_sap_bearer_switch.c",
"components/umac/mlme/sap/ll_sap/core/src/wlan_ll_lt_sap_main.c",
"components/umac/mlme/sap/ll_sap/core/src/wlan_ll_sap_main.c",
"components/wmi/src/wmi_unified_ll_sap_api.c",
"components/wmi/src/wmi_unified_ll_sap_tlv.c",
"components/cmn_services/policy_mgr/src/wlan_policy_mgr_ll_sap.c",
"os_if/mlme/sap/ll_sap/src/os_if_ll_sap.c",
],