Searched defs:wireless_dev (Results 1 – 2 of 2) sorted by relevance
143828 struct wireless_dev { struct143829 struct wiphy *wiphy;143830 enum nl80211_iftype iftype;143831 struct list_head list;143832 struct net_device *netdev;143833 u32 identifier;143834 struct list_head mgmt_registrations;143835 u8 mgmt_registrations_need_update: 1;143836 struct mutex mtx;143837 bool use_4addr;[all …]
151478 struct wireless_dev { struct151479 struct wiphy *wiphy;151480 enum nl80211_iftype iftype;151481 struct list_head list;151482 struct net_device *netdev;151483 u32 identifier;151484 struct list_head mgmt_registrations;151485 u8 mgmt_registrations_need_update: 1;151486 struct mutex mtx;151487 bool use_4addr;[all …]