Home
last modified time | relevance | path

Searched refs:ml_dev_ctx (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ !
H A Dwlan_t2lm_api.c694 struct wlan_mlo_dev_context *ml_dev_ctx; in wlan_populate_link_disable_t2lm_frame() local
731 ml_dev_ctx = vdev->mlo_dev_ctx; in wlan_populate_link_disable_t2lm_frame()
734 if (!ml_dev_ctx->wlan_vdev_list[i]) in wlan_populate_link_disable_t2lm_frame()
737 tmp_vdev = ml_dev_ctx->wlan_vdev_list[i]; in wlan_populate_link_disable_t2lm_frame()
/wlan-driver/qcacld-3.0/components/tdls/core/src/ !
H A Dwlan_tdls_main.c1545 struct wlan_mlo_dev_context *ml_dev_ctx; in tdls_process_enable_disable_for_ml_vdev() local
1553 ml_dev_ctx = vdev->mlo_dev_ctx; in tdls_process_enable_disable_for_ml_vdev()
1554 if (!ml_dev_ctx) in tdls_process_enable_disable_for_ml_vdev()
1558 if (!ml_dev_ctx->wlan_vdev_list[i]) in tdls_process_enable_disable_for_ml_vdev()
1561 vdev_iter = ml_dev_ctx->wlan_vdev_list[i]; in tdls_process_enable_disable_for_ml_vdev()