Lines Matching defs:cfg80211_ibss_params
2428 struct cfg80211_ibss_params { struct
2429 const u8 *ssid;
2430 const u8 *bssid;
2431 struct cfg80211_chan_def chandef;
2432 const u8 *ie;
2433 u8 ssid_len, ie_len;
2434 u16 beacon_interval;
2435 u32 basic_rates;
2436 bool channel_fixed;
2437 bool privacy;
2438 bool control_port;
2439 bool control_port_over_nl80211;
2440 bool userspace_handles_dfs;
2441 int mcast_rate[NUM_NL80211_BANDS];
2442 struct ieee80211_ht_cap ht_capa;
2443 struct ieee80211_ht_cap ht_capa_mask;
2444 struct key_params *wep_keys;
2445 int wep_tx_key;