hotspot: set connected_time on network_info

This commit is contained in:
James Prestwood 2019-08-21 12:06:11 -07:00 committed by Denis Kenzior
parent 6ff86abb41
commit 4f14e4bb42
1 changed files with 1 additions and 0 deletions

View File

@ -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);