Lines Matching defs:cfg80211_ibss_params
3215 struct cfg80211_ibss_params { struct
3216 const u8 *ssid;
3217 const u8 *bssid;
3218 struct cfg80211_chan_def chandef;
3219 const u8 *ie;
3220 u8 ssid_len, ie_len;
3221 u16 beacon_interval;
3222 u32 basic_rates;
3223 bool channel_fixed;
3224 bool privacy;
3225 bool control_port;
3226 bool control_port_over_nl80211;
3227 bool userspace_handles_dfs;
3228 int mcast_rate[NUM_NL80211_BANDS];
3229 struct ieee80211_ht_cap ht_capa;
3230 struct ieee80211_ht_cap ht_capa_mask;
3231 struct key_params *wep_keys;
3232 int wep_tx_key;