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