local-node: convert kick-dely to absolute time

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2022-02-07 23:24:59 +01:00
parent 96976ba258
commit 0dd47b1434
6 changed files with 27 additions and 6 deletions

2
node.h
View File

@@ -57,6 +57,8 @@ struct usteer_local_node {
struct uloop_timeout bss_tm_queries_timeout;
struct list_head bss_tm_queries;
int beacon_interval;
struct {
bool present;
struct uloop_timeout update;