Lines Matching defs:mesh_setup
2011 struct mesh_setup { struct
2012 struct cfg80211_chan_def chandef;
2013 const u8 *mesh_id;
2014 u8 mesh_id_len;
2015 u8 sync_method;
2016 u8 path_sel_proto;
2017 u8 path_metric;
2018 u8 auth_id;
2019 const u8 *ie;
2020 u8 ie_len;
2021 bool is_authenticated;
2022 bool is_secure;
2023 bool user_mpm;
2024 u8 dtim_period;
2025 u16 beacon_interval;
2026 int mcast_rate[NUM_NL80211_BANDS];
2027 u32 basic_rates;
2028 struct cfg80211_bitrate_mask beacon_rate;
2029 bool userspace_handles_dfs;
2030 bool control_port_over_nl80211;