Lines Matching defs:mesh_setup
2306 struct mesh_setup { struct
2307 struct cfg80211_chan_def chandef;
2308 const u8 *mesh_id;
2309 u8 mesh_id_len;
2310 u8 sync_method;
2311 u8 path_sel_proto;
2312 u8 path_metric;
2313 u8 auth_id;
2314 const u8 *ie;
2315 u8 ie_len;
2316 bool is_authenticated;
2317 bool is_secure;
2318 bool user_mpm;
2319 u8 dtim_period;
2320 u16 beacon_interval;
2321 int mcast_rate[NUM_NL80211_BANDS];
2322 u32 basic_rates;
2323 struct cfg80211_bitrate_mask beacon_rate;
2324 bool userspace_handles_dfs;
2325 bool control_port_over_nl80211;