Lines Matching defs:cfg80211_ibss_params
3255 struct cfg80211_ibss_params { struct
3256 const u8 *ssid;
3257 const u8 *bssid;
3258 struct cfg80211_chan_def chandef;
3259 const u8 *ie;
3260 u8 ssid_len, ie_len;
3261 u16 beacon_interval;
3262 u32 basic_rates;
3263 bool channel_fixed;
3264 bool privacy;
3265 bool control_port;
3266 bool control_port_over_nl80211;
3267 bool userspace_handles_dfs;
3268 int mcast_rate[NUM_NL80211_BANDS];
3269 struct ieee80211_ht_cap ht_capa;
3270 struct ieee80211_ht_cap ht_capa_mask;
3271 struct key_params *wep_keys;
3272 int wep_tx_key;