qcacld-3.0: Update mlo set link api
Update and export api policy_mgr_mlo_sta_set_link for other modules to use. Change-Id: Iea5e27cabcf4d14d42db90c49fdcf33f0ea056a0 CRs-Fixed: 3439355
Este cometimento está contido em:

cometido por
Madan Koyyalamudi

ascendente
a71dcc7f93
cometimento
80b4e08023
@@ -1126,6 +1126,24 @@ void policy_mgr_decr_session_set_pcl(struct wlan_objmgr_psoc *psoc,
|
||||
enum QDF_OPMODE mode, uint8_t session_id);
|
||||
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
/**
|
||||
* policy_mgr_mlo_sta_set_link() - Set link mode for MLO STA
|
||||
* @psoc: psoc object
|
||||
* @reason: reason to set
|
||||
* @mode: mode to set
|
||||
* @num_mlo_vdev: number of vdevs
|
||||
* @mlo_vdev_lst: vdev list
|
||||
*
|
||||
* Interface to set link mode for MLO STA
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS
|
||||
policy_mgr_mlo_sta_set_link(struct wlan_objmgr_psoc *psoc,
|
||||
enum mlo_link_force_reason reason,
|
||||
enum mlo_link_force_mode mode,
|
||||
uint8_t num_mlo_vdev, uint8_t *mlo_vdev_lst);
|
||||
|
||||
/**
|
||||
* policy_mgr_is_ml_vdev_id() - check if vdev id is part of ML
|
||||
* @psoc: PSOC object information
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador