Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
2241 struct wireless_dev { struct2242 struct wiphy *wiphy;2243 enum nl80211_iftype iftype;2246 struct list_head list;2247 struct net_device *netdev;2249 struct list_head mgmt_registrations;2250 spinlock_t mgmt_registrations_lock;2252 struct mutex mtx;2254 struct work_struct cleanup_work;2256 bool use_4addr;[all …]