summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-22wifi: ensure wake-on-wlan restore only acts onceThomas Haller3-18/+23
- in wake_on_wlan_restore(), if we decide that there is something to restore, also clear priv->wowlan_restore by setting it to IGNORE. That way, we are sure to only try resetting the value once after setting it. - from nm_platform_wifi_get_wake_on_wlan(), return IGNORE if the value cannot be read. If we could not read the value we should not restore NONE, but don't restore.
2018-06-15wifi: merge branch 'wake-on-wlan' (partial)Thomas Haller18-14/+300
https://github.com/NetworkManager/NetworkManager/pull/124
2018-06-15cli: add support for wake-on-wlan propertiesAlfonso Sánchez-Beato3-2/+18
2018-06-15devices: enable wake-on-wlan when device is enabledSimon Fels1-1/+61
Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
2018-06-15platform: add support for wake-on-wlanSimon Fels8-0/+82
Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
2018-06-15libnm-core: add wake-on-wlan configuration itemsSimon Fels4-0/+121
Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>