Lines Matching refs:iftype
310 enum nl80211_iftype iftype) in ieee80211_check_concurrent_iface() argument
340 if (iftype == NL80211_IFTYPE_ADHOC && in ieee80211_check_concurrent_iface()
361 if (!identical_mac_addr_allowed(iftype, in ieee80211_check_concurrent_iface()
366 if (iftype == NL80211_IFTYPE_AP_VLAN && in ieee80211_check_concurrent_iface()
375 if (iftype == NL80211_IFTYPE_AP_VLAN && in ieee80211_check_concurrent_iface()
388 enum nl80211_iftype iftype) in ieee80211_check_queues() argument
393 if (iftype == NL80211_IFTYPE_NAN) in ieee80211_check_queues()
396 if (iftype != NL80211_IFTYPE_P2P_DEVICE) { in ieee80211_check_queues()
407 if ((iftype != NL80211_IFTYPE_AP && in ieee80211_check_queues()
408 iftype != NL80211_IFTYPE_P2P_GO && in ieee80211_check_queues()
409 iftype != NL80211_IFTYPE_MESH_POINT) || in ieee80211_check_queues()
949 static bool ieee80211_iftype_supports_hdr_offload(enum nl80211_iftype iftype) in ieee80211_iftype_supports_hdr_offload() argument
951 switch (iftype) { in ieee80211_iftype_supports_hdr_offload()
1139 sdata->wdev.iftype = NL80211_IFTYPE_MONITOR; in ieee80211_add_virtual_monitor()
1756 sdata->wdev.iftype = type; in ieee80211_setup_sdata()