Lines Matching defs:wireless_dev
2241 struct wireless_dev { struct
2242 struct wiphy *wiphy;
2243 enum nl80211_iftype iftype;
2246 struct list_head list;
2247 struct net_device *netdev;
2249 struct list_head mgmt_registrations;
2250 spinlock_t mgmt_registrations_lock;
2252 struct mutex mtx;
2254 struct work_struct cleanup_work;
2256 bool use_4addr;
2259 u8 ssid[IEEE80211_MAX_SSID_LEN];
2260 u8 ssid_len, mesh_id_len, mesh_id_up_len;
2261 enum {
2265 } sme_state;
2266 struct cfg80211_conn *conn;
2267 struct cfg80211_cached_keys *connect_keys;
2269 struct list_head event_list;
2270 spinlock_t event_lock;
2272 struct cfg80211_internal_bss *authtry_bsses[MAX_AUTH_BSSES];
2273 struct cfg80211_internal_bss *auth_bsses[MAX_AUTH_BSSES];
2274 struct cfg80211_internal_bss *current_bss; /* associated / joined */
2275 struct ieee80211_channel *channel;
2277 bool ps;
2301 * wdev_priv - return wiphy priv from wireless_dev argument