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:
@@ -65,6 +65,9 @@ config usteer
|
||||
# Timeout after which a station with snr < min_snr will be kicked
|
||||
#option min_snr_kick_delay 5000
|
||||
|
||||
# Timeout (ms) for which a client will not be steered after rejecting a BSS-transition-request
|
||||
#option steer_reject_timeout 60000
|
||||
|
||||
# Timeout (in ms) after which a association following a disassociation is not seen
|
||||
# as a roam
|
||||
#option roam_process_timeout 5000
|
||||
|
||||
@@ -81,7 +81,7 @@ uci_usteer() {
|
||||
load_balancing_threshold band_steering_threshold \
|
||||
remote_update_interval remote_node_timeout\
|
||||
min_connect_snr min_snr min_snr_kick_delay signal_diff_threshold \
|
||||
initial_connect_delay roam_process_timeout\
|
||||
initial_connect_delay steer_reject_timeout roam_process_timeout\
|
||||
roam_kick_delay roam_scan_tries roam_scan_timeout \
|
||||
roam_scan_snr roam_scan_interval \
|
||||
roam_trigger_snr roam_trigger_interval \
|
||||
|
||||
Reference in New Issue
Block a user