Lines Matching refs:iftype
2728 WARN_ON((NUM_NL80211_IFTYPES / 8 + 1) > sizeof(cs[0].iftype)); in ieee80211_cs_list_valid()
2739 enum nl80211_iftype iftype) in ieee80211_cs_get() argument
2753 if (!cs || !(cs->iftype & BIT(iftype))) in ieee80211_cs_get()
2761 enum nl80211_iftype iftype) in ieee80211_cs_headroom() argument
2769 iftype); in ieee80211_cs_headroom()
2775 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
2999 enum nl80211_iftype iftype = sdata->wdev.iftype; in ieee80211_check_combinations() local
3017 if (WARN_ON(iftype >= NUM_NL80211_IFTYPES)) in ieee80211_check_combinations()
3021 if (local->hw.wiphy->software_iftypes & BIT(iftype)) { in ieee80211_check_combinations()
3029 if (iftype != NL80211_IFTYPE_UNSPECIFIED) in ieee80211_check_combinations()
3030 num[iftype] = 1; in ieee80211_check_combinations()
3054 local->hw.wiphy->software_iftypes & BIT(wdev_iter->iftype)) in ieee80211_check_combinations()
3057 num[wdev_iter->iftype]++; in ieee80211_check_combinations()
3101 num[sdata->wdev.iftype]++; in ieee80211_max_num_channels()