Lines Matching defs:cfg80211_ibss_params
3243 struct cfg80211_ibss_params { struct
3244 const u8 *ssid;
3245 const u8 *bssid;
3246 struct cfg80211_chan_def chandef;
3247 const u8 *ie;
3248 u8 ssid_len, ie_len;
3249 u16 beacon_interval;
3250 u32 basic_rates;
3251 bool channel_fixed;
3252 bool privacy;
3253 bool control_port;
3254 bool control_port_over_nl80211;
3255 bool userspace_handles_dfs;
3256 int mcast_rate[NUM_NL80211_BANDS];
3257 struct ieee80211_ht_cap ht_capa;
3258 struct ieee80211_ht_cap ht_capa_mask;
3259 struct key_params *wep_keys;
3260 int wep_tx_key;