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