Lines Matching defs:ieee80211_if_ibss
626 struct ieee80211_if_ibss { struct
627 struct timer_list timer;
628 struct wiphy_work csa_connection_drop_work;
630 unsigned long last_scan_completed;
632 u32 basic_rates;
634 bool fixed_bssid;
635 bool fixed_channel;
636 bool privacy;
638 bool control_port;
639 bool userspace_handles_dfs;
641 u8 bssid[ETH_ALEN] __aligned(2);
642 u8 ssid[IEEE80211_MAX_SSID_LEN];
643 u8 ssid_len, ie_len;
644 u8 *ie;
645 struct cfg80211_chan_def chandef;
647 unsigned long ibss_join_req;
649 struct beacon_data __rcu *presp;
651 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
652 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
654 spinlock_t incomplete_lock;
655 struct list_head incomplete_stations;
657 enum {
660 } state;