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