Searched refs:tdls_obj_vdev (Results 1 – 2 of 2) sorted by relevance
1216 struct wlan_objmgr_vdev *tdls_obj_vdev; in tdls_process_decrement_active_session() local1229 tdls_obj_vdev = tdls_get_vdev(psoc, WLAN_TDLS_NB_ID); in tdls_process_decrement_active_session()1230 if (!tdls_obj_vdev) in tdls_process_decrement_active_session()1233 if (!tdls_check_is_tdls_allowed(tdls_obj_vdev)) in tdls_process_decrement_active_session()1243 if (wlan_vdev_mlme_is_mlo_vdev(tdls_obj_vdev)) in tdls_process_decrement_active_session()1244 tdls_process_enable_disable_for_ml_vdev(tdls_obj_vdev, true); in tdls_process_decrement_active_session()1246 tdls_process_enable_for_vdev(tdls_obj_vdev); in tdls_process_decrement_active_session()1249 wlan_objmgr_vdev_release_ref(tdls_obj_vdev, WLAN_TDLS_NB_ID); in tdls_process_decrement_active_session()
1326 struct wlan_objmgr_vdev *tdls_obj_vdev; in hdd_config_tdls_with_band_switch() local1380 tdls_obj_vdev = ucfg_get_tdls_vdev(hdd_ctx->psoc, WLAN_TDLS_NB_ID); in hdd_config_tdls_with_band_switch()1381 if (tdls_obj_vdev) { in hdd_config_tdls_with_band_switch()1382 ucfg_set_tdls_offchan_mode(tdls_obj_vdev, offchmode); in hdd_config_tdls_with_band_switch()1383 wlan_objmgr_vdev_release_ref(tdls_obj_vdev, WLAN_TDLS_NB_ID); in hdd_config_tdls_with_band_switch()