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