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

1
ubus.c
View File

@@ -165,6 +165,7 @@ struct cfg_item {
_cfg(I32, min_connect_snr), \
_cfg(I32, min_snr), \
_cfg(U32, min_snr_kick_delay), \
_cfg(U32, steer_reject_timeout), \
_cfg(U32, roam_process_timeout), \
_cfg(I32, roam_scan_snr), \
_cfg(U32, roam_scan_tries), \