Lines Matching refs:he_cap
1650 const struct ieee80211_sta_he_cap *he_cap = &iftdata->he_cap; in nl80211_send_iftype_data() local
1656 if (he_cap->has_he) { in nl80211_send_iftype_data()
1658 sizeof(he_cap->he_cap_elem.mac_cap_info), in nl80211_send_iftype_data()
1659 he_cap->he_cap_elem.mac_cap_info) || in nl80211_send_iftype_data()
1661 sizeof(he_cap->he_cap_elem.phy_cap_info), in nl80211_send_iftype_data()
1662 he_cap->he_cap_elem.phy_cap_info) || in nl80211_send_iftype_data()
1664 sizeof(he_cap->he_mcs_nss_supp), in nl80211_send_iftype_data()
1665 &he_cap->he_mcs_nss_supp) || in nl80211_send_iftype_data()
1667 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data()
4542 const struct ieee80211_sta_he_cap *he_cap) in he_get_txmcsmap() argument
4550 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80p80; in he_get_txmcsmap()
4553 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_160; in he_get_txmcsmap()
4556 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80; in he_get_txmcsmap()
4568 const struct ieee80211_sta_he_cap *he_cap; in he_set_mcs_mask() local
4573 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in he_set_mcs_mask()
4574 if (!he_cap) in he_set_mcs_mask()
4579 tx_mcs_map = he_get_txmcsmap(info, he_cap); in he_set_mcs_mask()
4611 const struct ieee80211_sta_he_cap *he_cap; in nl80211_parse_tx_bitrate_mask() local
4629 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in nl80211_parse_tx_bitrate_mask()
4630 if (!he_cap) in nl80211_parse_tx_bitrate_mask()
4633 he_tx_mcs_map = he_get_txmcsmap(info, he_cap); in nl80211_parse_tx_bitrate_mask()
5045 if (cap && cap[1] >= sizeof(*params->he_cap) + 1) in nl80211_calculate_ap_params()
5046 params->he_cap = (void *)(cap + 3); in nl80211_calculate_ap_params()