Home
last modified time | relevance | path

Searched refs:iftd (Results 1 – 8 of 8) sorted by relevance

/linux/net/wireless/
H A Dcore.c945 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
1002 for_each_sband_iftype_data(sband, i, iftd) { in wiphy_register()
1007 if (WARN_ON(!iftd->types_mask)) in wiphy_register()
1009 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()
1013 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
1016 types |= iftd->types_mask; in wiphy_register()
1019 have_he = iftd->he_cap.has_he; in wiphy_register()
1022 iftd->he_cap.has_he; in wiphy_register()
1024 has_ap = iftd->types_mask & ap_bits; in wiphy_register()
1025 has_non_ap = iftd->types_mask & ~ap_bits; in wiphy_register()
[all …]
H A Dscan.c850 const struct ieee80211_sband_iftype_data *iftd; in cfg80211_scan_6ghz() local
859 iftd = ieee80211_get_sband_iftype_data(rdev->wiphy.bands[NL80211_BAND_6GHZ], in cfg80211_scan_6ghz()
861 if (!iftd || !iftd->he_cap.has_he) in cfg80211_scan_6ghz()
H A Dnl80211.c2228 const struct ieee80211_sband_iftype_data *iftd; in nl80211_send_band_rateinfo() local
2234 for_each_sband_iftype_data(sband, i, iftd) { in nl80211_send_band_rateinfo()
2241 err = nl80211_send_iftype_data(msg, sband, iftd); in nl80211_send_band_rateinfo()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-utils.h56 } iftd; member
/linux/net/mac80211/
H A Dmesh.c623 const struct ieee80211_sband_iftype_data *iftd; in mesh_add_he_6ghz_cap_ie() local
632 iftd = ieee80211_get_sband_iftype_data(sband, in mesh_add_he_6ghz_cap_ie()
635 if (!iftd) in mesh_add_he_6ghz_cap_ie()
H A Dutil.c2728 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_put_he_6ghz_cap() local
2739 iftd = ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_put_he_6ghz_cap()
2740 if (!iftd) in ieee80211_put_he_6ghz_cap()
2744 if (!iftd->he_6ghz_capa.capa) in ieee80211_put_he_6ghz_cap()
2747 cap = iftd->he_6ghz_capa.capa; in ieee80211_put_he_6ghz_cap()
H A Dmlme.c1826 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_add_link_elems() local
1866 iftd = ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_add_link_elems()
2008 if (iftd && iftd->vendor_elems.data && iftd->vendor_elems.len) in ieee80211_add_link_elems()
2009 skb_put_data(skb, iftd->vendor_elems.data, iftd->vendor_elems.len); in ieee80211_add_link_elems()
2195 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_link_common_elems_size() local
2213 iftd = ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_link_common_elems_size()
2214 if (iftd) in ieee80211_link_common_elems_size()
2215 size += iftd->vendor_elems.len; in ieee80211_link_common_elems_size()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3338 const struct ieee80211_sband_iftype_data *iftd; in ath12k_peer_assoc_h_eht() local
3377 iftd = ieee80211_get_sband_iftype_data(&ar->mac.sbands[band], vif->type); in ath12k_peer_assoc_h_eht()
3378 if (!iftd) { in ath12k_peer_assoc_h_eht()
3384 own_eht_cap = &iftd->eht_cap; in ath12k_peer_assoc_h_eht()