Searched defs:wireless_dev (Results 1 – 1 of 1) sorted by relevance
5955 struct wireless_dev { struct5956 struct wiphy *wiphy;5957 enum nl80211_iftype iftype;5960 struct list_head list;5961 struct net_device *netdev;5963 u32 identifier;5965 struct list_head mgmt_registrations;5966 u8 mgmt_registrations_need_update:1;5968 struct mutex mtx;5970 bool use_4addr, is_running, registered, registering;[all …]