Lines Matching refs:iftype
644 u8 iftype) in ieee80211_get_sband_iftype_data() argument
649 if (WARN_ON(iftype >= NUM_NL80211_IFTYPES)) in ieee80211_get_sband_iftype_data()
652 if (iftype == NL80211_IFTYPE_AP_VLAN) in ieee80211_get_sband_iftype_data()
653 iftype = NL80211_IFTYPE_AP; in ieee80211_get_sband_iftype_data()
656 if (data->types_mask & BIT(iftype)) in ieee80211_get_sband_iftype_data()
672 u8 iftype) in ieee80211_get_he_iftype_cap() argument
675 ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_get_he_iftype_cap()
692 enum nl80211_iftype iftype) in ieee80211_get_he_6ghz_capa() argument
695 ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_get_he_6ghz_capa()
712 enum nl80211_iftype iftype) in ieee80211_get_eht_iftype_cap() argument
715 ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_get_eht_iftype_cap()
732 enum nl80211_iftype iftype) in ieee80211_get_uhr_iftype_cap() argument
735 ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_get_uhr_iftype_cap()
1103 enum nl80211_iftype iftype);
5664 enum nl80211_iftype iftype; member
6768 enum nl80211_iftype iftype; member
7241 const u8 *addr, enum nl80211_iftype iftype,
7252 enum nl80211_iftype iftype) in ieee80211_data_to_8023() argument
7254 return ieee80211_data_to_8023_exthdr(skb, NULL, addr, iftype, 0, false); in ieee80211_data_to_8023()
7291 const u8 *addr, enum nl80211_iftype iftype,
9453 enum nl80211_iftype iftype; member
9483 enum nl80211_iftype iftype) in cfg80211_reg_can_beacon() argument
9486 .iftype = iftype, in cfg80211_reg_can_beacon()
9508 enum nl80211_iftype iftype) in cfg80211_reg_can_beacon_relax() argument
9511 .iftype = iftype, in cfg80211_reg_can_beacon_relax()
10069 bool cfg80211_iftype_allowed(struct wiphy *wiphy, enum nl80211_iftype iftype,