Lines Matching refs:he_cap

1798 	const struct ieee80211_sta_he_cap *he_cap = &iftdata->he_cap;  in nl80211_send_iftype_data()  local
1805 if (he_cap->has_he) { in nl80211_send_iftype_data()
1807 sizeof(he_cap->he_cap_elem.mac_cap_info), in nl80211_send_iftype_data()
1808 he_cap->he_cap_elem.mac_cap_info) || in nl80211_send_iftype_data()
1810 sizeof(he_cap->he_cap_elem.phy_cap_info), in nl80211_send_iftype_data()
1811 he_cap->he_cap_elem.phy_cap_info) || in nl80211_send_iftype_data()
1813 sizeof(he_cap->he_mcs_nss_supp), in nl80211_send_iftype_data()
1814 &he_cap->he_mcs_nss_supp) || in nl80211_send_iftype_data()
1816 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data()
1820 if (eht_cap->has_eht && he_cap->has_he) { in nl80211_send_iftype_data()
1829 ieee80211_eht_mcs_nss_size(&he_cap->he_cap_elem, in nl80211_send_iftype_data()
5017 const struct ieee80211_sta_he_cap *he_cap) in he_get_txmcsmap() argument
5030 return le16_to_cpu(he_cap->he_mcs_nss_supp.tx_mcs_80); in he_get_txmcsmap()
5035 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80p80; in he_get_txmcsmap()
5038 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_160; in he_get_txmcsmap()
5041 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80; in he_get_txmcsmap()
5055 const struct ieee80211_sta_he_cap *he_cap; in he_set_mcs_mask() local
5060 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in he_set_mcs_mask()
5061 if (!he_cap) in he_set_mcs_mask()
5066 tx_mcs_map = he_get_txmcsmap(info, link_id, he_cap); in he_set_mcs_mask()
5100 const struct ieee80211_sta_he_cap *he_cap; in nl80211_parse_tx_bitrate_mask() local
5120 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in nl80211_parse_tx_bitrate_mask()
5121 if (!he_cap) in nl80211_parse_tx_bitrate_mask()
5124 he_tx_mcs_map = he_get_txmcsmap(info, link_id, he_cap); in nl80211_parse_tx_bitrate_mask()
5671 if (cap && cap->datalen >= sizeof(*params->he_cap) + 1) in nl80211_calculate_ap_params()
5672 params->he_cap = (void *)(cap->data + 1); in nl80211_calculate_ap_params()
5681 if (!ieee80211_eht_capa_size_ok((const u8 *)params->he_cap, in nl80211_calculate_ap_params()