Lines Matching defs:cfg80211_ibss_params
3287 struct cfg80211_ibss_params { struct
3288 const u8 *ssid;
3289 const u8 *bssid;
3290 struct cfg80211_chan_def chandef;
3291 const u8 *ie;
3292 u8 ssid_len, ie_len;
3293 u16 beacon_interval;
3294 u32 basic_rates;
3295 bool channel_fixed;
3296 bool privacy;
3297 bool control_port;
3298 bool control_port_over_nl80211;
3299 bool userspace_handles_dfs;
3300 int mcast_rate[NUM_NL80211_BANDS];
3301 struct ieee80211_ht_cap ht_capa;
3302 struct ieee80211_ht_cap ht_capa_mask;
3303 struct key_params *wep_keys;
3304 int wep_tx_key;