Searched defs:wireless_dev (Results 1 – 2 of 2) sorted by relevance
5243 struct wireless_dev { struct5244 struct wiphy *wiphy;5245 enum nl80211_iftype iftype;5248 struct list_head list;5249 struct net_device *netdev;5251 u32 identifier;5253 struct list_head mgmt_registrations;5254 u8 mgmt_registrations_need_update:1;5256 struct mutex mtx;5258 bool use_4addr, is_running;[all …]
5976 struct wireless_dev { struct5977 struct wiphy *wiphy;5978 enum nl80211_iftype iftype;5981 struct list_head list;5982 struct net_device *netdev;5984 u32 identifier;5986 struct list_head mgmt_registrations;5987 u8 mgmt_registrations_need_update:1;5989 struct mutex mtx;5991 bool use_4addr, is_running, registered, registering;[all …]