Searched refs:iftd (Results 1 – 4 of 4) sorted by relevance
854 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local856 iftd = &sband->iftype_data[i]; in wiphy_register()858 if (WARN_ON(!iftd->types_mask)) in wiphy_register()860 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()864 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()867 types |= iftd->types_mask; in wiphy_register()870 have_he = iftd->he_cap.has_he; in wiphy_register()873 iftd->he_cap.has_he; in wiphy_register()
730 const struct ieee80211_sband_iftype_data *iftd; in cfg80211_scan_6ghz() local737 iftd = ieee80211_get_sband_iftype_data(rdev->wiphy.bands[NL80211_BAND_6GHZ], in cfg80211_scan_6ghz()739 if (!iftd || !iftd->he_cap.has_he) in cfg80211_scan_6ghz()
624 const struct ieee80211_sband_iftype_data *iftd; in mesh_add_he_6ghz_cap_ie() local630 iftd = ieee80211_get_sband_iftype_data(sband, in mesh_add_he_6ghz_cap_ie()633 if (!iftd) in mesh_add_he_6ghz_cap_ie()
2951 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_ie_build_he_6ghz_cap() local2960 iftd = ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_ie_build_he_6ghz_cap()2961 if (WARN_ON(!iftd)) in ieee80211_ie_build_he_6ghz_cap()2965 if (!iftd->he_6ghz_capa.capa) in ieee80211_ie_build_he_6ghz_cap()2968 cap = le16_to_cpu(iftd->he_6ghz_capa.capa); in ieee80211_ie_build_he_6ghz_cap()