Home
last modified time | relevance | path

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

/linux/net/wireless/
A Dcore.c866 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
868 iftd = &sband->iftype_data[i]; in wiphy_register()
870 if (WARN_ON(!iftd->types_mask)) in wiphy_register()
872 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()
876 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
879 types |= iftd->types_mask; in wiphy_register()
882 have_he = iftd->he_cap.has_he; in wiphy_register()
885 iftd->he_cap.has_he; in wiphy_register()
A Dscan.c733 const struct ieee80211_sband_iftype_data *iftd; in cfg80211_scan_6ghz() local
740 iftd = ieee80211_get_sband_iftype_data(rdev->wiphy.bands[NL80211_BAND_6GHZ], in cfg80211_scan_6ghz()
742 if (!iftd || !iftd->he_cap.has_he) in cfg80211_scan_6ghz()
/linux/drivers/net/wireless/intel/iwlwifi/
A Diwl-eeprom-parse.h56 } iftd; member
A Diwl-nvm-parse.c816 BUILD_BUG_ON(sizeof(data->iftd.low) != sizeof(iwl_he_capa)); in iwl_init_he_hw_capab()
817 BUILD_BUG_ON(sizeof(data->iftd.high) != sizeof(iwl_he_capa)); in iwl_init_he_hw_capab()
821 iftype_data = data->iftd.low; in iwl_init_he_hw_capab()
825 iftype_data = data->iftd.high; in iwl_init_he_hw_capab()
/linux/net/mac80211/
A Dmain.c1019 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_register_hw() local
1021 iftd = &sband->iftype_data[i]; in ieee80211_register_hw()
1023 supp_he = supp_he || iftd->he_cap.has_he; in ieee80211_register_hw()
A Dmesh.c624 const struct ieee80211_sband_iftype_data *iftd; in mesh_add_he_6ghz_cap_ie() local
630 iftd = ieee80211_get_sband_iftype_data(sband, in mesh_add_he_6ghz_cap_ie()
633 if (!iftd) in mesh_add_he_6ghz_cap_ie()
A Dmlme.c685 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_send_assoc() local
731 iftd = ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_send_assoc()
748 (iftd ? iftd->vendor_elems.len : 0), in ieee80211_send_assoc()
1023 if (iftd && iftd->vendor_elems.data && iftd->vendor_elems.len) in ieee80211_send_assoc()
1024 skb_put_data(skb, iftd->vendor_elems.data, iftd->vendor_elems.len); in ieee80211_send_assoc()
A Dutil.c2978 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_ie_build_he_6ghz_cap() local
2990 iftd = ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_ie_build_he_6ghz_cap()
2991 if (!iftd) in ieee80211_ie_build_he_6ghz_cap()
2995 if (!iftd->he_6ghz_capa.capa) in ieee80211_ie_build_he_6ghz_cap()
2998 cap = le16_to_cpu(iftd->he_6ghz_capa.capa); in ieee80211_ie_build_he_6ghz_cap()

Completed in 37 milliseconds