Lines Matching defs:mesh_setup
2360 struct mesh_setup { struct
2361 struct cfg80211_chan_def chandef;
2362 const u8 *mesh_id;
2363 u8 mesh_id_len;
2364 u8 sync_method;
2365 u8 path_sel_proto;
2366 u8 path_metric;
2367 u8 auth_id;
2368 const u8 *ie;
2369 u8 ie_len;
2370 bool is_authenticated;
2371 bool is_secure;
2372 bool user_mpm;
2373 u8 dtim_period;
2374 u16 beacon_interval;
2375 int mcast_rate[NUM_NL80211_BANDS];
2376 u32 basic_rates;
2377 struct cfg80211_bitrate_mask beacon_rate;
2378 bool userspace_handles_dfs;
2379 bool control_port_over_nl80211;