Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
3433 struct wireless_dev { struct3434 struct wiphy *wiphy;3435 enum nl80211_iftype iftype;3438 struct list_head list;3439 struct net_device *netdev;3441 u32 identifier;3443 struct list_head mgmt_registrations;3444 spinlock_t mgmt_registrations_lock;3446 struct mutex mtx;3448 bool use_4addr, p2p_started;[all …]