sta-info: add last_connected field
authorDavid Bauer <mail@david-bauer.net>
Mon, 27 Sep 2021 18:56:41 +0000 (20:56 +0200)
committerDavid Bauer <mail@david-bauer.net>
Thu, 25 Nov 2021 21:24:33 +0000 (22:24 +0100)
commit6a20591b20af6a2d33734529f2272a2b7729f912
treef5709b66d09bbbf7781822ca5c8a64fa00e007e6
parent681354256fb334acfc7572be02afa21bde5094a1
sta-info: add last_connected field

Add a last_connected field to the sta_info struct. This field can be
used to determine, if and when a client was last connected to a given
node. This way, other nodes can determine where a client roamed to or
from.

Signed-off-by: David Bauer <mail@david-bauer.net>
local_node.c
parse.c
remote.c
remote.h
usteer.h