Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c3764 struct wma_txrx_node *wma_iface_entry; in wma_ndi_update_connection_info() local
3766 wma_iface_entry = wma_get_interface_by_vdev_id(vdev_id); in wma_ndi_update_connection_info()
3767 if (!wma_iface_entry) { in wma_ndi_update_connection_info()
3772 if (WMI_VDEV_TYPE_NDI != wma_iface_entry->type) { in wma_ndi_update_connection_info()
3782 wma_iface_entry->chan_width = ndp_chan_info->ch_width; in wma_ndi_update_connection_info()
3783 wma_iface_entry->ch_freq = ndp_chan_info->freq; in wma_ndi_update_connection_info()
3784 wma_iface_entry->nss = ndp_chan_info->nss; in wma_ndi_update_connection_info()
3785 wma_iface_entry->mac_id = ndp_chan_info->mac_id; in wma_ndi_update_connection_info()