Lines Matching defs:ieee80211_if_ibss
565 struct ieee80211_if_ibss { struct
566 struct timer_list timer;
567 struct work_struct csa_connection_drop_work;
569 unsigned long last_scan_completed;
571 u32 basic_rates;
573 bool fixed_bssid;
574 bool fixed_channel;
575 bool privacy;
577 bool control_port;
578 bool userspace_handles_dfs;
580 u8 bssid[ETH_ALEN] __aligned(2);
581 u8 ssid[IEEE80211_MAX_SSID_LEN];
582 u8 ssid_len, ie_len;
583 u8 *ie;
584 struct cfg80211_chan_def chandef;
586 unsigned long ibss_join_req;
588 struct beacon_data __rcu *presp;
590 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
591 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
593 spinlock_t incomplete_lock;
594 struct list_head incomplete_stations;
596 enum {
599 } state;