Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
4311 struct wireless_dev { struct4312 struct wiphy *wiphy;4313 enum nl80211_iftype iftype;4316 struct list_head list;4317 struct net_device *netdev;4319 u32 identifier;4321 struct list_head mgmt_registrations;4322 spinlock_t mgmt_registrations_lock;4324 struct mutex mtx;4326 bool use_4addr, is_running;[all …]