Lines Matching refs:he_cap

1893 	const struct ieee80211_sta_he_cap *he_cap = &iftdata->he_cap;  in nl80211_send_iftype_data()  local
1900 if (he_cap->has_he) { in nl80211_send_iftype_data()
1902 sizeof(he_cap->he_cap_elem.mac_cap_info), in nl80211_send_iftype_data()
1903 he_cap->he_cap_elem.mac_cap_info) || in nl80211_send_iftype_data()
1905 sizeof(he_cap->he_cap_elem.phy_cap_info), in nl80211_send_iftype_data()
1906 he_cap->he_cap_elem.phy_cap_info) || in nl80211_send_iftype_data()
1908 sizeof(he_cap->he_mcs_nss_supp), in nl80211_send_iftype_data()
1909 &he_cap->he_mcs_nss_supp) || in nl80211_send_iftype_data()
1911 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data()
1915 if (eht_cap->has_eht && he_cap->has_he) { in nl80211_send_iftype_data()
1924 ieee80211_eht_mcs_nss_size(&he_cap->he_cap_elem, in nl80211_send_iftype_data()
5332 const struct ieee80211_sta_he_cap *he_cap) in he_get_txmcsmap() argument
5345 return le16_to_cpu(he_cap->he_mcs_nss_supp.tx_mcs_80); in he_get_txmcsmap()
5350 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80p80; in he_get_txmcsmap()
5353 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_160; in he_get_txmcsmap()
5356 tx_mcs = he_cap->he_mcs_nss_supp.tx_mcs_80; in he_get_txmcsmap()
5370 const struct ieee80211_sta_he_cap *he_cap; in he_set_mcs_mask() local
5375 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in he_set_mcs_mask()
5376 if (!he_cap) in he_set_mcs_mask()
5381 tx_mcs_map = he_get_txmcsmap(info, link_id, he_cap); in he_set_mcs_mask()
5415 const struct ieee80211_sta_he_cap *he_cap; in nl80211_parse_tx_bitrate_mask() local
5435 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in nl80211_parse_tx_bitrate_mask()
5436 if (!he_cap) in nl80211_parse_tx_bitrate_mask()
5439 he_tx_mcs_map = he_get_txmcsmap(info, link_id, he_cap); in nl80211_parse_tx_bitrate_mask()
6068 if (cap && cap->datalen >= sizeof(*params->he_cap) + 1) in nl80211_calculate_ap_params()
6069 params->he_cap = (void *)(cap->data + 1); in nl80211_calculate_ap_params()
6078 if (!ieee80211_eht_capa_size_ok((const u8 *)params->he_cap, in nl80211_calculate_ap_params()
6207 if ((params->he_cap || params->he_oper) && in nl80211_validate_ap_phy_operation()