Searched defs:wireless_dev (Results 1 – 6 of 6) sorted by relevance
120929 struct wireless_dev { struct120930 struct wiphy *wiphy;120931 enum nl80211_iftype iftype;120932 struct list_head list;120933 struct net_device *netdev;120934 u32 identifier;120935 struct list_head mgmt_registrations;120936 spinlock_t mgmt_registrations_lock;120937 u8 mgmt_registrations_need_update: 1;120938 struct mutex mtx;[all …]
107725 struct wireless_dev { struct107726 struct wiphy *wiphy;107727 enum nl80211_iftype iftype;107728 struct list_head list;107729 struct net_device *netdev;107730 u32 identifier;107731 struct list_head mgmt_registrations;107732 spinlock_t mgmt_registrations_lock;107733 u8 mgmt_registrations_need_update: 1;107734 struct mutex mtx;[all …]
116519 struct wireless_dev { struct116520 struct wiphy *wiphy;116521 enum nl80211_iftype iftype;116522 struct list_head list;116523 struct net_device___2 *netdev;116524 u32 identifier;116525 struct list_head mgmt_registrations;116526 spinlock_t mgmt_registrations_lock;116527 struct mutex mtx;116528 bool use_4addr;[all …]