Lines Matching defs:cfg80211_ibss_params
2976 struct cfg80211_ibss_params { struct
2977 const u8 *ssid;
2978 const u8 *bssid;
2979 struct cfg80211_chan_def chandef;
2980 const u8 *ie;
2981 u8 ssid_len, ie_len;
2982 u16 beacon_interval;
2983 u32 basic_rates;
2984 bool channel_fixed;
2985 bool privacy;
2986 bool control_port;
2987 bool control_port_over_nl80211;
2988 bool userspace_handles_dfs;
2989 int mcast_rate[NUM_NL80211_BANDS];
2990 struct ieee80211_ht_cap ht_capa;
2991 struct ieee80211_ht_cap ht_capa_mask;
2992 struct key_params *wep_keys;
2993 int wep_tx_key;