1 | initial version |
Although the documentation at https://www.aircrack-ng.org/doku.php?id=airmon-ng does not mention it, it is possible to set the frequency in MHz.
sudo airmon-ng wlan0 6215
will cause 6 GHz channel 53 to be set.
2 | No.2 Revision |
Although the documentation at https://www.aircrack-ng.org/doku.php?id=airmon-ng does not mention it, it is possible to set the frequency in MHz.
sudo airmon-ng wlan0 6215
will cause 6 GHz channel 53 to be set.
Thanks to ZeroChaos at github.com/aircrack-ng for pointing this out.