NetworkManager/clients/cli
Beniamino Galvani 10b222288e wifi: don't touch by default current powersave setting
Some drivers (or things outside NM like 'powertop') may turn powersave
on, so don't touch it unless explicitly configured by user.

To achieve this, add new 'default' and 'ignore' options; the former
can be used to fall back to a globally configured setting, while the
latter tells NM not to touch the current setting.

When 'default' is specified, a missing global default configuration is
equivalent to 'ignore'.

It is possible to enable Wi-Fi power saving for all connections by
dropping a file in /etc/NetworkManager/conf.d with the following
content:

 [connection]
 wifi.powersave=3

https://bugzilla.gnome.org/show_bug.cgi?id=760125
2016-02-16 00:18:06 +01:00
..
agent.c cli: turn should_wait into a semaphore 2015-12-05 12:05:17 +01:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: do not present secrets from openconnect to the user for confirmation 2015-12-12 20:06:35 +01:00
common.h cli: do not echo passwords on terminal when asking for them 2015-12-07 14:14:58 +01:00
connections.c cli: fix compile error 2016-02-11 17:14:35 +01:00
connections.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
devices.c cli: remove some dead code 2016-02-12 15:48:12 +01:00
devices.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
general.c cli: monitor whether NetworkManager is running 2015-12-14 16:37:57 +01:00
general.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nmcli-completion cli: add nmcli d reapply 2016-01-10 23:13:34 +01:00
nmcli.c cli: fix nmcli help for 'monitor' command 2016-02-03 10:04:47 +01:00
nmcli.h cli: add global --show-secrets option 2015-12-07 14:14:58 +01:00
polkit-agent.c cli: use new nmc_readline_echo() in polkit agent 2015-12-07 14:14:58 +01:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c wifi: don't touch by default current powersave setting 2016-02-16 00:18:06 +01:00
settings.h cli: refactor property to string conversion 2015-06-05 12:26:48 +02:00
utils.c cli: move the decision whether to use colors to nmc_colorize() 2015-12-05 12:05:17 +01:00
utils.h cli: move the decision whether to use colors to nmc_colorize() 2015-12-05 12:05:17 +01:00