[PATCH 0/4] Implement support for Wake-on-WLAN
- From: Simon Fels <simon fels canonical com>
- To: networkmanager-list gnome org
- Subject: [PATCH 0/4] Implement support for Wake-on-WLAN
- Date: Tue, 17 Jan 2017 15:38:16 +0100
Hey everyone,
this patchset adds support for Wake-on-WLAN. The major part of the set
adds two new necessary configuration items (wifi.wake-on-wlan and
wifi.wake-on-wlan-password) which are modeled after the existing
ones for ethernet (e.g. 802-3-ethernet.wake-on-lan).
Wake-on-WLAN itself is configured in the end via the existing nl80211
configuration messages.
regards,
Simon
Simon Fels (4):
libnm-core: add wake-on-wlan configuration items
cli: add support for wake-on-wlan properties
platform: wifi: add support for wake-on-wlan
devices: wifi: enable wake-on-wlan when device is enabled
clients/cli/settings.c | 65 +++++++++++++++++++++++++-
libnm-core/nm-core-enum-types.c | 27 +++++++++++
libnm-core/nm-core-enum-types.h | 2 +
libnm-core/nm-setting-wireless.c | 85 ++++++++++++++++++++++++++++++++++
libnm-core/nm-setting-wireless.h | 47 +++++++++++++++++++
libnm/libnm.ver | 3 ++
libnm/nm-setting-docs.xml | 2 +
src/devices/wifi/nm-device-wifi.c | 41 ++++++++++++++++
src/platform/nm-linux-platform.c | 8 ++++
src/platform/nm-platform.c | 10 ++++
src/platform/nm-platform.h | 3 ++
src/platform/wifi/wifi-utils-nl80211.c | 40 ++++++++++++++++
src/platform/wifi/wifi-utils-private.h | 3 ++
src/platform/wifi/wifi-utils.c | 8 ++++
src/platform/wifi/wifi-utils.h | 2 +
15 files changed, 345 insertions(+), 1 deletion(-)
--
2.7.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]