Lines Matching defs:cfg80211_ibss_params
3004 struct cfg80211_ibss_params { struct
3005 const u8 *ssid;
3006 const u8 *bssid;
3007 struct cfg80211_chan_def chandef;
3008 const u8 *ie;
3009 u8 ssid_len, ie_len;
3010 u16 beacon_interval;
3011 u32 basic_rates;
3012 bool channel_fixed;
3013 bool privacy;
3014 bool control_port;
3015 bool control_port_over_nl80211;
3016 bool userspace_handles_dfs;
3017 int mcast_rate[NUM_NL80211_BANDS];
3018 struct ieee80211_ht_cap ht_capa;
3019 struct ieee80211_ht_cap ht_capa_mask;
3020 struct key_params *wep_keys;
3021 int wep_tx_key;