Lines Matching defs:cfg80211_ibss_params
3424 struct cfg80211_ibss_params { struct
3425 const u8 *ssid;
3426 const u8 *bssid;
3427 struct cfg80211_chan_def chandef;
3428 const u8 *ie;
3429 u8 ssid_len, ie_len;
3430 u16 beacon_interval;
3431 u32 basic_rates;
3432 bool channel_fixed;
3433 bool privacy;
3434 bool control_port;
3435 bool control_port_over_nl80211;
3436 bool userspace_handles_dfs;
3437 int mcast_rate[NUM_NL80211_BANDS];
3438 struct ieee80211_ht_cap ht_capa;
3439 struct ieee80211_ht_cap ht_capa_mask;
3440 struct key_params *wep_keys;
3441 int wep_tx_key;