add local_mode config option

This prevents communication with other usteer nodes and allows it to be
used for purely local band steering / load balancing

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2022-03-17 10:00:12 +01:00
parent 98247d1eda
commit 32fed79117
5 changed files with 12 additions and 2 deletions

View File

@@ -149,6 +149,7 @@ struct usteer_config {
uint32_t debug_level;
bool ipv6;
bool local_mode;
uint32_t sta_block_timeout;
uint32_t local_sta_timeout;