Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_api.h210 struct wma_txrx_node *wma_get_interface_by_vdev_id(uint8_t vdev_id);
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c3746 wma_conn_table_entry = wma_get_interface_by_vdev_id(vdev_id); in wma_get_connection_info()
3766 wma_iface_entry = wma_get_interface_by_vdev_id(vdev_id); in wma_ndi_update_connection_info()
3796 struct wma_txrx_node *wma_get_interface_by_vdev_id(uint8_t vdev_id) in wma_get_interface_by_vdev_id() function
3817 iface = wma_get_interface_by_vdev_id(vdev_id); in wma_get_rmf_status()