List Wifi networks on linux
Posted on December 18, 2022
To list all wifi networks around your machine, run the following command:
$ sudo apt install wireless-tools
$ sudo iwlist wlp2s0 scan
To list all wifi networks around your machine, run the following command:
$ sudo apt install wireless-tools
$ sudo iwlist wlp2s0 scan