qcacld-3.0: Add bearer switch infra

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, add a bearer switch infra in host driver.

Change-Id: I9d828d52a2c03e8e4e2c0a284ff0dd7510798dbe
CRs-Fixed: 3609864
此提交包含在:
Ashish Kumar Dhanotiya
2023-08-23 00:26:17 +05:30
提交者 Rahul Choudhary
父節點 e7b1f57b67
當前提交 44ac03a6ee
共有 13 個檔案被更改,包括 575 行新增5 行删除

查看文件

@@ -2091,9 +2091,12 @@ _conditional_srcs = {
},
"CONFIG_WLAN_FEATURE_LL_LT_SAP": {
True: [
"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/cmn_services/policy_mgr/src/wlan_policy_mgr_ll_sap.c",
],
},
}