On Wed, 2017-01-18 at 17:32 +0100, Simon Fels wrote:
--- a/src/platform/wifi/wifi-utils-nl80211.c +++ b/src/platform/wifi/wifi-utils-nl80211.c @@ -469,6 +469,45 @@ nla_put_failure: return FALSE; } +static gboolean +wifi_nl80211_set_wake_on_wlan (WifiData *data, NMSettingWirelessWakeOnWLan wowl, const char *password)
password is unused?
+{
+     WifiDataNl80211 *nl80211 = (WifiDataNl80211 *) data;
+     struct nl_msg *msg;
+     struct nlattr *triggers;
+     int err;
+Attachment:
signature.asc
Description: This is a digitally signed message part