Lines Matching defs:cfg80211_ibss_params
2667 struct cfg80211_ibss_params { struct
2668 const u8 *ssid;
2669 const u8 *bssid;
2670 struct cfg80211_chan_def chandef;
2671 const u8 *ie;
2672 u8 ssid_len, ie_len;
2673 u16 beacon_interval;
2674 u32 basic_rates;
2675 bool channel_fixed;
2676 bool privacy;
2677 bool control_port;
2678 bool control_port_over_nl80211;
2679 bool userspace_handles_dfs;
2680 int mcast_rate[NUM_NL80211_BANDS];
2681 struct ieee80211_ht_cap ht_capa;
2682 struct ieee80211_ht_cap ht_capa_mask;
2683 struct key_params *wep_keys;
2684 int wep_tx_key;