NetworkManager/cli
Jiří Klimeš abbde8d76f cli: add 'nmcli device wifi scan' command
This requests NetworkManager to perform scanning for Wi-Fi networks.
NetworkManager scans periodically, but this command can be used by impatient
users who don't want to wait for the next scan.

Direct D-Bus API call example:
gdbus call --system -d org.freedesktop.NetworkManager \
           -o /org/freedesktop/NetworkManager/Devices/2 \
           -m org.freedesktop.NetworkManager.Device.Wireless.RequestScan {}
2013-04-08 16:09:23 -05:00
..
completion Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00
src cli: add 'nmcli device wifi scan' command 2013-04-08 16:09:23 -05:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00