Home
last modified time | relevance | path

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

/net/wireless/
Dcore.c855 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
857 iftd = &sband->iftype_data[i]; in wiphy_register()
859 if (WARN_ON(!iftd->types_mask)) in wiphy_register()
861 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()
865 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
868 types |= iftd->types_mask; in wiphy_register()
871 have_he = iftd->he_cap.has_he; in wiphy_register()
874 iftd->he_cap.has_he; in wiphy_register()
Dscan.c778 const struct ieee80211_sband_iftype_data *iftd; in cfg80211_scan_6ghz() local
785 iftd = ieee80211_get_sband_iftype_data(rdev->wiphy.bands[NL80211_BAND_6GHZ], in cfg80211_scan_6ghz()
787 if (!iftd || !iftd->he_cap.has_he) in cfg80211_scan_6ghz()
/net/mac80211/
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()
Dutil.c2959 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_ie_build_he_6ghz_cap() local
2968 iftd = ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_ie_build_he_6ghz_cap()
2969 if (WARN_ON(!iftd)) in ieee80211_ie_build_he_6ghz_cap()
2973 if (!iftd->he_6ghz_capa.capa) in ieee80211_ie_build_he_6ghz_cap()
2976 cap = le16_to_cpu(iftd->he_6ghz_capa.capa); in ieee80211_ie_build_he_6ghz_cap()