Lines Matching defs:ieee80211_if_ibss
584 struct ieee80211_if_ibss { struct
585 struct timer_list timer;
586 struct wiphy_work csa_connection_drop_work;
588 unsigned long last_scan_completed;
590 u32 basic_rates;
592 bool fixed_bssid;
593 bool fixed_channel;
594 bool privacy;
596 bool control_port;
597 bool userspace_handles_dfs;
599 u8 bssid[ETH_ALEN] __aligned(2);
600 u8 ssid[IEEE80211_MAX_SSID_LEN];
601 u8 ssid_len, ie_len;
602 u8 *ie;
603 struct cfg80211_chan_def chandef;
605 unsigned long ibss_join_req;
607 struct beacon_data __rcu *presp;
609 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
610 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
612 spinlock_t incomplete_lock;
613 struct list_head incomplete_stations;
615 enum {
618 } state;