Lines Matching defs:ieee80211_if_ibss
553 struct ieee80211_if_ibss { struct
554 struct timer_list timer;
555 struct work_struct csa_connection_drop_work;
557 unsigned long last_scan_completed;
559 u32 basic_rates;
561 bool fixed_bssid;
562 bool fixed_channel;
563 bool privacy;
565 bool control_port;
566 bool userspace_handles_dfs;
568 u8 bssid[ETH_ALEN] __aligned(2);
569 u8 ssid[IEEE80211_MAX_SSID_LEN];
570 u8 ssid_len, ie_len;
571 u8 *ie;
572 struct cfg80211_chan_def chandef;
574 unsigned long ibss_join_req;
576 struct beacon_data __rcu *presp;
578 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
579 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
581 spinlock_t incomplete_lock;
582 struct list_head incomplete_stations;
584 enum {
587 } state;