Lines Matching defs:ieee80211_if_ibss
569 struct ieee80211_if_ibss { struct
570 struct timer_list timer;
571 struct work_struct csa_connection_drop_work;
573 unsigned long last_scan_completed;
575 u32 basic_rates;
577 bool fixed_bssid;
578 bool fixed_channel;
579 bool privacy;
581 bool control_port;
582 bool userspace_handles_dfs;
584 u8 bssid[ETH_ALEN] __aligned(2);
585 u8 ssid[IEEE80211_MAX_SSID_LEN];
586 u8 ssid_len, ie_len;
587 u8 *ie;
588 struct cfg80211_chan_def chandef;
590 unsigned long ibss_join_req;
592 struct beacon_data __rcu *presp;
594 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
595 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
597 spinlock_t incomplete_lock;
598 struct list_head incomplete_stations;
600 enum {
603 } state;