Home
last modified time | relevance | path

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

/Linux-v5.10/net/wireless/
Dcore.c854 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
856 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()
Dscan.c730 const struct ieee80211_sband_iftype_data *iftd; in cfg80211_scan_6ghz() local
737 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()
/Linux-v5.10/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.c2951 const struct ieee80211_sband_iftype_data *iftd; in ieee80211_ie_build_he_6ghz_cap() local
2960 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()