Searched refs:supp_mcs (Results 1 – 5 of 5) sorted by relevance
174 vht_caps->supp_mcs.rx_mcs_map, in wlan_hdd_add_vht_cap_info()175 vht_caps->supp_mcs.rx_highest, in wlan_hdd_add_vht_cap_info()176 vht_caps->supp_mcs.tx_mcs_map, in wlan_hdd_add_vht_cap_info()177 vht_caps->supp_mcs.tx_highest); in wlan_hdd_add_vht_cap_info()
990 hdd_vht_cap->supp_mcs.rx_mcs_map = roam_vht_cap->rxMCSMap; in hdd_copy_vht_caps()991 hdd_vht_cap->supp_mcs.rx_highest = in hdd_copy_vht_caps()993 hdd_vht_cap->supp_mcs.tx_mcs_map = roam_vht_cap->txMCSMap; in hdd_copy_vht_caps()994 hdd_vht_cap->supp_mcs.tx_highest = in hdd_copy_vht_caps()
175 uint32_t *phy_cap, uint32_t supp_mcs, in wma_convert_he_cap() argument320 wma_debug("supported_mcs: 0x%08x", supp_mcs); in wma_convert_he_cap()321 rx_mcs_le_80 = supp_mcs & 0xFFFF; in wma_convert_he_cap()322 tx_mcs_le_80 = supp_mcs & 0xFFFF; in wma_convert_he_cap()323 rx_mcs_160 = (supp_mcs & 0xFFFF0000) >> 16; in wma_convert_he_cap()324 tx_mcs_160 = (supp_mcs & 0xFFFF0000) >> 16; in wma_convert_he_cap()
815 struct vhtmcsinfo supp_mcs; member
3305 pDot11f->rxMCSMap = add_sta_req->vht_cap.supp_mcs.rx_mcs_map; in lim_tdls_populate_dot11f_vht_caps()3307 nCfgValue = add_sta_req->vht_cap.supp_mcs.rx_highest; in lim_tdls_populate_dot11f_vht_caps()3314 pDot11f->txMCSMap = add_sta_req->vht_cap.supp_mcs.tx_mcs_map; in lim_tdls_populate_dot11f_vht_caps()3316 nCfgValue = add_sta_req->vht_cap.supp_mcs.tx_highest; in lim_tdls_populate_dot11f_vht_caps()