Searched refs:wma_conn_table_entry (Results 1 – 1 of 1) sorted by relevance
3744 struct wma_txrx_node *wma_conn_table_entry; in wma_get_connection_info() local3746 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()