Searched defs:wireless_dev (Results 1 – 2 of 2) sorted by relevance
4317 struct wireless_dev { struct4318 struct wiphy *wiphy;4319 enum nl80211_iftype iftype;4322 struct list_head list;4323 struct net_device *netdev;4325 u32 identifier;4327 struct list_head mgmt_registrations;4328 spinlock_t mgmt_registrations_lock;4330 struct mutex mtx;4332 bool use_4addr, is_running;[all …]
5240 struct wireless_dev { struct5241 struct wiphy *wiphy;5242 enum nl80211_iftype iftype;5245 struct list_head list;5246 struct net_device *netdev;5248 u32 identifier;5250 struct list_head mgmt_registrations;5251 u8 mgmt_registrations_need_update:1;5253 struct mutex mtx;5255 bool use_4addr, is_running;[all …]