policy: add steer-reject-timeout

Add a timeout in case a STA rejected a transition request. For this
configurable timeframe, usteer will refrain from steering the client
another time.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2022-02-23 23:44:57 +01:00
parent 648c6f3bc3
commit 439acc5d2b
6 changed files with 10 additions and 1 deletions

View File

@@ -174,6 +174,8 @@ struct usteer_config {
int32_t min_connect_snr;
uint32_t signal_diff_threshold;
uint32_t steer_reject_timeout;
int32_t roam_scan_snr;
uint32_t roam_process_timeout;