Lines Matching defs:mesh_setup
2042 struct mesh_setup { struct
2043 struct cfg80211_chan_def chandef;
2044 const u8 *mesh_id;
2045 u8 mesh_id_len;
2046 u8 sync_method;
2047 u8 path_sel_proto;
2048 u8 path_metric;
2049 u8 auth_id;
2050 const u8 *ie;
2051 u8 ie_len;
2052 bool is_authenticated;
2053 bool is_secure;
2054 bool user_mpm;
2055 u8 dtim_period;
2056 u16 beacon_interval;
2057 int mcast_rate[NUM_NL80211_BANDS];
2058 u32 basic_rates;
2059 struct cfg80211_bitrate_mask beacon_rate;
2060 bool userspace_handles_dfs;
2061 bool control_port_over_nl80211;