Wi-Fi has been fighting interference and airtime issues since it was first invented, and one of the tools used is the auto channel scan inside your router. This checks for nearby broadcasters, their ...
Easy bash script...as my google fu ain't quite hitting the mark. #!/bin/bash scan_function() { # here's the scan function that you have, which runs for 30 seconds } for (( scan = 0; scan < 60; scan++) ...