Lines Matching defs:mesh_setup
1601 struct mesh_setup { struct
1602 struct cfg80211_chan_def chandef;
1603 const u8 *mesh_id;
1604 u8 mesh_id_len;
1605 u8 sync_method;
1606 u8 path_sel_proto;
1607 u8 path_metric;
1608 u8 auth_id;
1609 const u8 *ie;
1610 u8 ie_len;
1611 bool is_authenticated;
1612 bool is_secure;
1613 bool user_mpm;
1614 u8 dtim_period;
1615 u16 beacon_interval;
1616 int mcast_rate[NUM_NL80211_BANDS];
1617 u32 basic_rates;
1618 struct cfg80211_bitrate_mask beacon_rate;
1619 bool userspace_handles_dfs;
1620 bool control_port_over_nl80211;