Lines Matching defs:mesh_setup
1803 struct mesh_setup { struct
1804 struct cfg80211_chan_def chandef;
1805 const u8 *mesh_id;
1806 u8 mesh_id_len;
1807 u8 sync_method;
1808 u8 path_sel_proto;
1809 u8 path_metric;
1810 u8 auth_id;
1811 const u8 *ie;
1812 u8 ie_len;
1813 bool is_authenticated;
1814 bool is_secure;
1815 bool user_mpm;
1816 u8 dtim_period;
1817 u16 beacon_interval;
1818 int mcast_rate[NUM_NL80211_BANDS];
1819 u32 basic_rates;
1820 struct cfg80211_bitrate_mask beacon_rate;
1821 bool userspace_handles_dfs;
1822 bool control_port_over_nl80211;