mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
hotspot: set connected_time on network_info
This commit is contained in:
parent
6ff86abb41
commit
4f14e4bb42
@ -297,6 +297,7 @@ static struct hs20_config *hs20_config_new(struct l_settings *settings,
|
|||||||
config->super.is_hotspot = true;
|
config->super.is_hotspot = true;
|
||||||
config->super.type = SECURITY_8021X;
|
config->super.type = SECURITY_8021X;
|
||||||
config->super.ops = &hotspot_ops;
|
config->super.ops = &hotspot_ops;
|
||||||
|
config->super.connected_time = l_path_get_mtime(filename);
|
||||||
|
|
||||||
config->filename = l_strdup(filename);
|
config->filename = l_strdup(filename);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user