Lines Matching defs:ieee80211_if_ibss
620 struct ieee80211_if_ibss { struct
621 struct timer_list timer;
622 struct wiphy_work csa_connection_drop_work;
624 unsigned long last_scan_completed;
626 u32 basic_rates;
628 bool fixed_bssid;
629 bool fixed_channel;
630 bool privacy;
632 bool control_port;
633 bool userspace_handles_dfs;
635 u8 bssid[ETH_ALEN] __aligned(2);
636 u8 ssid[IEEE80211_MAX_SSID_LEN];
637 u8 ssid_len, ie_len;
638 u8 *ie;
639 struct cfg80211_chan_def chandef;
641 unsigned long ibss_join_req;
643 struct beacon_data __rcu *presp;
645 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
646 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
648 spinlock_t incomplete_lock;
649 struct list_head incomplete_stations;
651 enum {
654 } state;