Searched refs:otype (Results 1 - 2 of 2) sorted by relevance

/net/wireless/
H A Dutil.c872 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; local
877 if (otype == NL80211_IFTYPE_AP_VLAN)
895 if (ntype != otype && netif_running(dev)) {
902 switch (otype) {
964 if (!err && ntype != otype && netif_running(dev)) {
966 cfg80211_update_iface_num(rdev, otype, -1);
H A Dnl80211.c2508 enum nl80211_iftype otype, ntype; local
2515 otype = ntype = dev->ieee80211_ptr->iftype;
2519 if (otype != ntype)

Completed in 55 milliseconds