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