i want to if the interface wireless the isp kickime out it do this comand /interface wireless enable wlan1 i tried this but dont work
:local interfaz “wlan1”;
/interface wireless monitor $interfaz once do={
:if ($“status” = “searching-for-network”) do={
/interface wireless enable $interfaz
:log info message="Reconectando la Interfaz $interfaz;
}
}