Lines Matching defs:cfg80211_ibss_params
2708 struct cfg80211_ibss_params { struct
2709 const u8 *ssid;
2710 const u8 *bssid;
2711 struct cfg80211_chan_def chandef;
2712 const u8 *ie;
2713 u8 ssid_len, ie_len;
2714 u16 beacon_interval;
2715 u32 basic_rates;
2716 bool channel_fixed;
2717 bool privacy;
2718 bool control_port;
2719 bool control_port_over_nl80211;
2720 bool userspace_handles_dfs;
2721 int mcast_rate[NUM_NL80211_BANDS];
2722 struct ieee80211_ht_cap ht_capa;
2723 struct ieee80211_ht_cap ht_capa_mask;
2724 struct key_params *wep_keys;
2725 int wep_tx_key;