3 cnetworkmanager is a command-line client for NetworkManager, intended to
4 supplement and replace the GUI applets.
6 It is licensed under the GPL v2 or later.
10 http://vidner.net/martin/software/cnetworkmanager/
11 http://repo.or.cz/w/cnetworkmanager.git
13 * Screenshot (from 0.20)
16 Usage: cnetworkmanager [options]
19 --version show program's version number and exit
20 -h, --help show this help message and exit
21 -w BOOL, --wifi=BOOL Enable or disable wireless
22 -o BOOL, --online=BOOL
23 Enable or disable network at all
24 --state Print the NM state
25 --whe, --wireless-hardware-enabled
26 Print whether the WiFi is enabled
27 -d, --device-list, --dev
29 --device-info=DEV, --di=DEV
30 Info about device DEV (by interface or UDI(TODO))
31 -a, -n, --ap-list, --ap, --nets
34 Info about access point AP (by hw address or
36 -u, --usrcon List user connection settings
37 -s, --syscon List system connection settings
38 -c, --actcon List active connections
39 --demo Run a random demonstration of the API
40 --activate-connection=[KIND],ID,[DEV],[APMAC]
41 activate the KIND(user/system) connection ID on device
43 -m, --monitor loop to show dbus signals
44 -C SSID, --connect=SSID
45 Connect to a wireless network SSID (creating the
46 configuration using the key options below)
47 --unprotected network does not require a key
48 --wep-hex=KEY use this WEP key of 26 hex digits
49 --wep-pass=KEY use this WEP passphrase
50 --wpa-psk-hex=KEY use this WPA key of 64 hex digits
51 --wpa-pass=KEY use this WPA passphrase