I am able to make the wlan LED flash but only at one rate.

echo “none” > /sys/class/leds/gl-mt300n:wlan/trigger
echo “timer” > /sys/class/leds/gl-mt300n:wlan/trigger

Then back to ‘none’ to stop it but that’s not what I am looking for. I want to flash the LED at different speeds, have it remain flashing until I stop it using ‘none’ again, for example.

I’ll try your delay suggestion next :).