Lines Matching defs:mesh_setup
2278 struct mesh_setup { struct
2279 struct cfg80211_chan_def chandef;
2280 const u8 *mesh_id;
2281 u8 mesh_id_len;
2282 u8 sync_method;
2283 u8 path_sel_proto;
2284 u8 path_metric;
2285 u8 auth_id;
2286 const u8 *ie;
2287 u8 ie_len;
2288 bool is_authenticated;
2289 bool is_secure;
2290 bool user_mpm;
2291 u8 dtim_period;
2292 u16 beacon_interval;
2293 int mcast_rate[NUM_NL80211_BANDS];
2294 u32 basic_rates;
2295 struct cfg80211_bitrate_mask beacon_rate;
2296 bool userspace_handles_dfs;
2297 bool control_port_over_nl80211;