Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c3744 struct wma_txrx_node *wma_conn_table_entry; in wma_get_connection_info() local
3746 wma_conn_table_entry = wma_get_interface_by_vdev_id(vdev_id); in wma_get_connection_info()
3747 if (!wma_conn_table_entry) { in wma_get_connection_info()
3751 conn_table_entry->chan_width = wma_conn_table_entry->chan_width; in wma_get_connection_info()
3752 conn_table_entry->mac_id = wma_conn_table_entry->mac_id; in wma_get_connection_info()
3753 conn_table_entry->mhz = wma_conn_table_entry->ch_freq; in wma_get_connection_info()
3754 conn_table_entry->sub_type = wma_conn_table_entry->sub_type; in wma_get_connection_info()
3755 conn_table_entry->type = wma_conn_table_entry->type; in wma_get_connection_info()
3756 conn_table_entry->ch_flagext = wma_conn_table_entry->ch_flagext; in wma_get_connection_info()