Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 1 of 1) sorted by relevance

/net/mac80211/
Diface.c227 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument
230 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed()
232 type2 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed()
233 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_WDS) || in identical_mac_addr_allowed()
235 (type2 == NL80211_IFTYPE_WDS || in identical_mac_addr_allowed()
236 type2 == NL80211_IFTYPE_AP)) || in identical_mac_addr_allowed()
237 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed()
239 (type2 == NL80211_IFTYPE_AP || in identical_mac_addr_allowed()
240 type2 == NL80211_IFTYPE_AP_VLAN)); in identical_mac_addr_allowed()