From 4f14e4bb42d8d72fd9806faa1550e6ac6dd7f306 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 21 Aug 2019 12:06:11 -0700 Subject: [PATCH] hotspot: set connected_time on network_info --- src/hotspot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot.c b/src/hotspot.c index 33b0124b..f6764def 100644 --- a/src/hotspot.c +++ b/src/hotspot.c @@ -297,6 +297,7 @@ static struct hs20_config *hs20_config_new(struct l_settings *settings, config->super.is_hotspot = true; config->super.type = SECURITY_8021X; config->super.ops = &hotspot_ops; + config->super.connected_time = l_path_get_mtime(filename); config->filename = l_strdup(filename);