Lines Matching defs:cfg80211_ibss_params
2751 struct cfg80211_ibss_params { struct
2752 const u8 *ssid;
2753 const u8 *bssid;
2754 struct cfg80211_chan_def chandef;
2755 const u8 *ie;
2756 u8 ssid_len, ie_len;
2757 u16 beacon_interval;
2758 u32 basic_rates;
2759 bool channel_fixed;
2760 bool privacy;
2761 bool control_port;
2762 bool control_port_over_nl80211;
2763 bool userspace_handles_dfs;
2764 int mcast_rate[NUM_NL80211_BANDS];
2765 struct ieee80211_ht_cap ht_capa;
2766 struct ieee80211_ht_cap ht_capa_mask;
2767 struct key_params *wep_keys;
2768 int wep_tx_key;