Lines Matching defs:ieee80211_if_ibss
576 struct ieee80211_if_ibss { struct
577 struct timer_list timer;
578 struct work_struct csa_connection_drop_work;
580 unsigned long last_scan_completed;
582 u32 basic_rates;
584 bool fixed_bssid;
585 bool fixed_channel;
586 bool privacy;
588 bool control_port;
589 bool userspace_handles_dfs;
591 u8 bssid[ETH_ALEN] __aligned(2);
592 u8 ssid[IEEE80211_MAX_SSID_LEN];
593 u8 ssid_len, ie_len;
594 u8 *ie;
595 struct cfg80211_chan_def chandef;
597 unsigned long ibss_join_req;
599 struct beacon_data __rcu *presp;
601 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
602 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
604 spinlock_t incomplete_lock;
605 struct list_head incomplete_stations;
607 enum {
610 } state;