Lines Matching defs:ieee80211_if_ibss
549 struct ieee80211_if_ibss { struct
550 struct timer_list timer;
551 struct work_struct csa_connection_drop_work;
553 unsigned long last_scan_completed;
555 u32 basic_rates;
557 bool fixed_bssid;
558 bool fixed_channel;
559 bool privacy;
561 bool control_port;
562 bool userspace_handles_dfs;
564 u8 bssid[ETH_ALEN] __aligned(2);
565 u8 ssid[IEEE80211_MAX_SSID_LEN];
566 u8 ssid_len, ie_len;
567 u8 *ie;
568 struct cfg80211_chan_def chandef;
570 unsigned long ibss_join_req;
572 struct beacon_data __rcu *presp;
574 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
575 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
577 spinlock_t incomplete_lock;
578 struct list_head incomplete_stations;
580 enum {
583 } state;