Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c1921 struct wlan_objmgr_vdev *dup_vdev; in wma_create_peer_validate_mld_address() local
1934 dup_vdev = wlan_objmgr_get_vdev_by_id_from_psoc( in wma_create_peer_validate_mld_address()
1937 if (!dup_vdev) in wma_create_peer_validate_mld_address()
1943 if (!dup_vdev->mlo_dev_ctx) { in wma_create_peer_validate_mld_address()
1945 dup_vdev, WLAN_LEGACY_WMA_ID); in wma_create_peer_validate_mld_address()
1947 } else if (dup_vdev->mlo_dev_ctx != vdev->mlo_dev_ctx) { in wma_create_peer_validate_mld_address()
1952 dup_vdev, WLAN_LEGACY_WMA_ID); in wma_create_peer_validate_mld_address()
1956 dup_vdev, WLAN_LEGACY_WMA_ID); in wma_create_peer_validate_mld_address()