Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
4052 struct wireless_dev { struct4053 struct wiphy *wiphy;4054 enum nl80211_iftype iftype;4057 struct list_head list;4058 struct net_device *netdev;4060 u32 identifier;4062 struct list_head mgmt_registrations;4063 spinlock_t mgmt_registrations_lock;4065 struct mutex mtx;4067 bool use_4addr, is_running;[all …]