Lines Matching defs:mesh_setup
2143 struct mesh_setup { struct
2144 struct cfg80211_chan_def chandef;
2145 const u8 *mesh_id;
2146 u8 mesh_id_len;
2147 u8 sync_method;
2148 u8 path_sel_proto;
2149 u8 path_metric;
2150 u8 auth_id;
2151 const u8 *ie;
2152 u8 ie_len;
2153 bool is_authenticated;
2154 bool is_secure;
2155 bool user_mpm;
2156 u8 dtim_period;
2157 u16 beacon_interval;
2158 int mcast_rate[NUM_NL80211_BANDS];
2159 u32 basic_rates;
2160 struct cfg80211_bitrate_mask beacon_rate;
2161 bool userspace_handles_dfs;
2162 bool control_port_over_nl80211;