Lines Matching defs:mesh_setup
2523 struct mesh_setup { struct
2524 struct cfg80211_chan_def chandef;
2525 const u8 *mesh_id;
2526 u8 mesh_id_len;
2527 u8 sync_method;
2528 u8 path_sel_proto;
2529 u8 path_metric;
2530 u8 auth_id;
2531 const u8 *ie;
2532 u8 ie_len;
2533 bool is_authenticated;
2534 bool is_secure;
2535 bool user_mpm;
2536 u8 dtim_period;
2537 u16 beacon_interval;
2538 int mcast_rate[NUM_NL80211_BANDS];
2539 u32 basic_rates;
2540 struct cfg80211_bitrate_mask beacon_rate;
2541 bool userspace_handles_dfs;
2542 bool control_port_over_nl80211;