Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
157756 struct wireless_dev { struct157757 struct wiphy *wiphy;157758 enum nl80211_iftype iftype;157759 struct list_head list;157760 struct net_device *netdev;157761 u32 identifier;157762 struct list_head mgmt_registrations;157763 u8 mgmt_registrations_need_update: 1;157764 struct mutex mtx;157765 bool use_4addr;[all …]