Beacon interval and DTIM period can be changed during mesh runtime like any other mesh params and will immediately take effect. Signed-off-by: Marco Porsch <marco.porsch@xxxxxxxxxxxxxxxxxxx> --- mesh.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mesh.c b/mesh.c index 4fdad6a..26fd1b8 100644 --- a/mesh.c +++ b/mesh.c @@ -217,6 +217,10 @@ const static struct mesh_param_descr _mesh_param_descrs[] = {"mesh_hwmp_confirmation_interval", NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL, _my_nla_put_u16, _parse_u16, _print_u16_in_TUs}, + {"mesh_beacon_interval", NL80211_MESHCONF_BEACON_INTERVAL, + _my_nla_put_u16, _parse_u16, _print_u16_in_TUs}, + {"mesh_dtim_period", NL80211_MESHCONF_DTIM_PERIOD, + _my_nla_put_u8, _parse_u8, _print_u8}, }; static void print_all_mesh_param_descr(void) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html