Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
5297 struct wireless_dev { struct5298 struct wiphy *wiphy;5299 enum nl80211_iftype iftype;5302 struct list_head list;5303 struct net_device *netdev;5305 u32 identifier;5307 struct list_head mgmt_registrations;5314 spinlock_t mgmt_registrations_lock;5315 u8 mgmt_registrations_need_update:1;5317 struct mutex mtx;[all …]