Lines Matching defs:mesh_setup
2543 struct mesh_setup { struct
2544 struct cfg80211_chan_def chandef;
2545 const u8 *mesh_id;
2546 u8 mesh_id_len;
2547 u8 sync_method;
2548 u8 path_sel_proto;
2549 u8 path_metric;
2550 u8 auth_id;
2551 const u8 *ie;
2552 u8 ie_len;
2553 bool is_authenticated;
2554 bool is_secure;
2555 bool user_mpm;
2556 u8 dtim_period;
2557 u16 beacon_interval;
2558 int mcast_rate[NUM_NL80211_BANDS];
2559 u32 basic_rates;
2560 struct cfg80211_bitrate_mask beacon_rate;
2561 bool userspace_handles_dfs;
2562 bool control_port_over_nl80211;