local-node: periodically send link-measurement requests

Send link-measurement requests to every supporting local-sta in order to
acquire information to assess the link-quality bi-directional.

The link-measurement request is sent each configurable interval. It can
be disabled by configuring the interval to 0.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2022-03-26 22:58:15 +01:00
parent 4473c6e6e6
commit f88ac23903
7 changed files with 57 additions and 1 deletions

2
node.h
View File

@@ -70,6 +70,8 @@ struct usteer_local_node {
bool req_pending;
bool status_complete;
} netifd;
unsigned int link_measurement_tries;
};
struct interface;