Lines Matching defs:mesh_setup
2536 struct mesh_setup { struct
2537 struct cfg80211_chan_def chandef;
2538 const u8 *mesh_id;
2539 u8 mesh_id_len;
2540 u8 sync_method;
2541 u8 path_sel_proto;
2542 u8 path_metric;
2543 u8 auth_id;
2544 const u8 *ie;
2545 u8 ie_len;
2546 bool is_authenticated;
2547 bool is_secure;
2548 bool user_mpm;
2549 u8 dtim_period;
2550 u16 beacon_interval;
2551 int mcast_rate[NUM_NL80211_BANDS];
2552 u32 basic_rates;
2553 struct cfg80211_bitrate_mask beacon_rate;
2554 bool userspace_handles_dfs;
2555 bool control_port_over_nl80211;