Lines Matching refs:iftd
862 const struct ieee80211_sband_iftype_data *iftd; in wiphy_register() local
867 iftd = &sband->iftype_data[i]; in wiphy_register()
869 if (WARN_ON(!iftd->types_mask)) in wiphy_register()
871 if (WARN_ON(types & iftd->types_mask)) in wiphy_register()
875 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
878 types |= iftd->types_mask; in wiphy_register()
881 have_he = iftd->he_cap.has_he; in wiphy_register()
884 iftd->he_cap.has_he; in wiphy_register()
886 has_ap = iftd->types_mask & ap_bits; in wiphy_register()
887 has_non_ap = iftd->types_mask & ~ap_bits; in wiphy_register()
895 if (WARN_ON(iftd->eht_cap.has_eht && in wiphy_register()