NetworkManager/cli
Jiří Klimeš 38a988cb5e cli: add 'connect to SSID' feature: nmcli dev wifi connect <SSID> ...
This is similar to clicking a Wi-Fi network's SSID in a GUI applet.
The command does this:
- creates new connection (fills the user data specified via options, the
  connection is then completed with default parameters by NM)
- and then activates the connection on a Wi-Fi device.

WPA-Enterprise is not supported as it requires a plethora of parameters and
they can't be obtained automatically.
Also, the created connection uses 'auto' IP method, which means that if the
Wi-Fi network doesn't support DHCP, the connection will albeit be created,
however the activation will fail (IP configuration won't be available).
2012-04-28 22:33:30 +02:00
..
src cli: add 'connect to SSID' feature: nmcli dev wifi connect <SSID> ... 2012-04-28 22:33:30 +02:00
Makefile.am cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00