Lines Matching refs:he_cap

1868 	const struct ieee80211_sta_he_cap *he_cap = &iftdata->he_cap;  in nl80211_send_iftype_data()  local
1875 if (he_cap->has_he) { in nl80211_send_iftype_data()
1877 sizeof(he_cap->he_cap_elem.mac_cap_info), in nl80211_send_iftype_data()
1878 he_cap->he_cap_elem.mac_cap_info) || in nl80211_send_iftype_data()
1880 sizeof(he_cap->he_cap_elem.phy_cap_info), in nl80211_send_iftype_data()
1881 he_cap->he_cap_elem.phy_cap_info) || in nl80211_send_iftype_data()
1883 sizeof(he_cap->he_mcs_nss_supp), in nl80211_send_iftype_data()
1884 &he_cap->he_mcs_nss_supp) || in nl80211_send_iftype_data()
1886 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data()
1890 if (eht_cap->has_eht && he_cap->has_he) { in nl80211_send_iftype_data()
1899 ieee80211_eht_mcs_nss_size(&he_cap->he_cap_elem, in nl80211_send_iftype_data()
5227 const struct ieee80211_sta_he_cap *he_cap) in he_get_txmcsmap() argument
5240 return le16_to_cpu(he_cap->he_mcs_nss_supp.tx_mcs_80); in he_get_txmcsmap()
5245 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80p80; in he_get_txmcsmap()
5248 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_160; in he_get_txmcsmap()
5251 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80; in he_get_txmcsmap()
5265 const struct ieee80211_sta_he_cap *he_cap; in he_set_mcs_mask() local
5270 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in he_set_mcs_mask()
5271 if (!he_cap) in he_set_mcs_mask()
5276 tx_mcs_map = he_get_txmcsmap(info, link_id, he_cap); in he_set_mcs_mask()
5310 const struct ieee80211_sta_he_cap *he_cap; in nl80211_parse_tx_bitrate_mask() local
5330 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in nl80211_parse_tx_bitrate_mask()
5331 if (!he_cap) in nl80211_parse_tx_bitrate_mask()
5334 he_tx_mcs_map = he_get_txmcsmap(info, link_id, he_cap); in nl80211_parse_tx_bitrate_mask()
5943 if (cap && cap->datalen >= sizeof(*params->he_cap) + 1) in nl80211_calculate_ap_params()
5944 params->he_cap = (void *)(cap->data + 1); in nl80211_calculate_ap_params()
5953 if (!ieee80211_eht_capa_size_ok((const u8 *)params->he_cap, in nl80211_calculate_ap_params()
6082 if ((params->he_cap || params->he_oper) && in nl80211_validate_ap_phy_operation()