Lines Matching defs:ieee80211_if_ibss
643 struct ieee80211_if_ibss { struct
644 struct timer_list timer;
645 struct wiphy_work csa_connection_drop_work;
647 unsigned long last_scan_completed;
649 u32 basic_rates;
651 bool fixed_bssid;
652 bool fixed_channel;
653 bool privacy;
655 bool control_port;
656 bool userspace_handles_dfs;
658 u8 bssid[ETH_ALEN] __aligned(2);
659 u8 ssid[IEEE80211_MAX_SSID_LEN];
660 u8 ssid_len, ie_len;
661 u8 *ie;
662 struct cfg80211_chan_def chandef;
664 unsigned long ibss_join_req;
666 struct beacon_data __rcu *presp;
668 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
669 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
671 spinlock_t incomplete_lock;
672 struct list_head incomplete_stations;
674 enum {
677 } state;