Lines Matching defs:mesh_setup
117133 struct mesh_setup { struct
117134 struct cfg80211_chan_def chandef;
117135 const u8 *mesh_id;
117136 u8 mesh_id_len;
117137 u8 sync_method;
117138 u8 path_sel_proto;
117139 u8 path_metric;
117140 u8 auth_id;
117141 const u8 *ie;
117142 u8 ie_len;
117143 bool is_authenticated;
117144 bool is_secure;
117145 bool user_mpm;
117146 u8 dtim_period;
117147 u16 beacon_interval;
117148 int mcast_rate[4];
117149 u32 basic_rates;
117150 struct cfg80211_bitrate_mask beacon_rate;
117151 bool userspace_handles_dfs;
117152 bool control_port_over_nl80211;