qcacld-3.0: Add cfg to configure mlo single link connection for sta

Add API to get mlo single link connection configuration for sta.

Change-Id: Ie3b6c270c5c7358321a176c744083175a81d0180
CRs-Fixed: 3171955
This commit is contained in:
Bing Sun
2022-04-12 10:06:14 +08:00
committed by Madan Koyyalamudi
parent 1cebf7f4ac
commit ff3734010c
6 changed files with 102 additions and 1 deletions

View File

@@ -3339,6 +3339,27 @@ wlan_mlme_is_data_stall_recovery_fw_supported(struct wlan_objmgr_psoc *psoc);
QDF_STATUS mlme_cfg_get_eht_caps(struct wlan_objmgr_psoc *psoc,
tDot11fIEeht_cap *eht_cap);
#ifdef WLAN_FEATURE_11BE_MLO
/**
* wlan_mlme_is_sta_single_mlo_conn() - Is single mlo connection for sta
* set or not
* @psoc: pointer to psoc object
*
* Return: True if single mlo connection for sta is set
*/
bool wlan_mlme_is_sta_single_mlo_conn(struct wlan_objmgr_psoc *psoc);
/**
* wlan_mlme_set_sta_single_mlo_conn() - Set single mlo connection for sta
* @psoc: pointer to psoc object
* @value: value to set
*
* Return: QDF Status
*/
QDF_STATUS wlan_mlme_set_sta_single_mlo_conn(struct wlan_objmgr_psoc *psoc,
bool value);
#endif
/**
* wlan_mlme_set_ba_2k_jump_iot_ap() - Set a flag if ba 2k jump IOT AP is found
* @vdev: vdev pointer