Lines Matching refs:iftd
866 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
923 for_each_sband_iftype_data(sband, i, iftd) { in wiphy_register()
928 if (WARN_ON(!iftd->types_mask)) in wiphy_register()
930 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()
934 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
937 types |= iftd->types_mask; in wiphy_register()
940 have_he = iftd->he_cap.has_he; in wiphy_register()
943 iftd->he_cap.has_he; in wiphy_register()
945 has_ap = iftd->types_mask & ap_bits; in wiphy_register()
946 has_non_ap = iftd->types_mask & ~ap_bits; in wiphy_register()
954 if (WARN_ON(iftd->eht_cap.has_eht && in wiphy_register()