Lines Matching defs:wireless_dev
3495 struct wireless_dev { struct
3496 struct wiphy *wiphy;
3497 enum nl80211_iftype iftype;
3500 struct list_head list;
3501 struct net_device *netdev;
3503 u32 identifier;
3505 struct list_head mgmt_registrations;
3506 spinlock_t mgmt_registrations_lock;
3508 struct mutex mtx;
3510 bool use_4addr, p2p_started;
3515 u8 ssid[IEEE80211_MAX_SSID_LEN];
3516 u8 ssid_len, mesh_id_len, mesh_id_up_len;
3517 struct cfg80211_conn *conn;
3518 struct cfg80211_cached_keys *connect_keys;
3520 struct list_head event_list;
3521 spinlock_t event_lock;
3523 struct cfg80211_internal_bss *current_bss; /* associated / joined */
3524 struct cfg80211_chan_def preset_chandef;
3525 struct cfg80211_chan_def chandef;
3527 bool ibss_fixed;
3528 bool ibss_dfs_possible;
3530 bool ps;
3531 int ps_timeout;
3533 int beacon_interval;
3535 u32 ap_unexpected_nlportid;
3559 static inline u8 *wdev_address(struct wireless_dev *wdev) in wdev_address() argument