Lines Matching defs:mesh_setup
2093 struct mesh_setup { struct
2094 struct cfg80211_chan_def chandef;
2095 const u8 *mesh_id;
2096 u8 mesh_id_len;
2097 u8 sync_method;
2098 u8 path_sel_proto;
2099 u8 path_metric;
2100 u8 auth_id;
2101 const u8 *ie;
2102 u8 ie_len;
2103 bool is_authenticated;
2104 bool is_secure;
2105 bool user_mpm;
2106 u8 dtim_period;
2107 u16 beacon_interval;
2108 int mcast_rate[NUM_NL80211_BANDS];
2109 u32 basic_rates;
2110 struct cfg80211_bitrate_mask beacon_rate;
2111 bool userspace_handles_dfs;
2112 bool control_port_over_nl80211;