Lines Matching defs:ieee80211_if_ibss
564 struct ieee80211_if_ibss { struct
565 struct timer_list timer;
566 struct work_struct csa_connection_drop_work;
568 unsigned long last_scan_completed;
570 u32 basic_rates;
572 bool fixed_bssid;
573 bool fixed_channel;
574 bool privacy;
576 bool control_port;
577 bool userspace_handles_dfs;
579 u8 bssid[ETH_ALEN] __aligned(2);
580 u8 ssid[IEEE80211_MAX_SSID_LEN];
581 u8 ssid_len, ie_len;
582 u8 *ie;
583 struct cfg80211_chan_def chandef;
585 unsigned long ibss_join_req;
587 struct beacon_data __rcu *presp;
589 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
590 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
592 spinlock_t incomplete_lock;
593 struct list_head incomplete_stations;
595 enum {
598 } state;