Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
3495 struct wireless_dev { struct3496 struct wiphy *wiphy;3497 enum nl80211_iftype iftype;3500 struct list_head list;3501 struct net_device *netdev;3503 u32 identifier;3505 struct list_head mgmt_registrations;3506 spinlock_t mgmt_registrations_lock;3508 struct mutex mtx;3510 bool use_4addr, p2p_started;[all …]