local-node: convert kick-dely to absolute time
[project/usteer.git] / openwrt / usteer / files / etc / config / usteer
1 config usteer
2 # The network interface for inter-AP communication
3 option 'network' 'lan'
4
5 # Log messages to syslog (0/1)
6 option 'syslog' '1'
7
8 # Use IPv6 for remote exchange
9 option 'ipv6' '0'
10
11 # Minimum level of logged messages
12 # 0 = fatal
13 # 1 = info
14 # 2 = verbose
15 # 3 = some debug messages
16 # 4 = network packet information
17 # 5 = all debug messages
18 option 'debug_level' '2'
19
20 # Maximum number of neighbor reports set for a node
21 #option max_neighbor_reports 8
22
23 # Maximum amount of time (ms) a station may be blocked due to policy decisions
24 #option sta_block_timeout 30000
25
26 # Maximum amount of time (ms) a local unconnected station is tracked
27 #option local_sta_timeout 120000
28
29 # Maximum amount of time (ms) a measurement report is stored
30 #option measurement_report_timeout 120000
31
32 # Local station information update interval (ms)
33 #option local_sta_update 1000
34
35 # Maximum number of consecutive times a station may be blocked by policy
36 #option max_retry_band 5
37
38 # Maximum idle time of a station entry (ms) to be considered for policy decisions
39 #option seen_policy_timeout 30000
40
41 # Minimum number of stations delta between APs before load balancing policy is active
42 #option load_balancing_threshold 5
43
44 # Minimum number of stations delta between bands before band steering policy is active
45 #option band_steering_threshold 5
46
47 # Interval (ms) between sending state updates to other APs
48 #option remote_update_interval 1000
49
50 # Number of remote update intervals after which a remote-node is deleted
51 #option remote_node_timeout 10
52
53 # Allow rejecting assoc requests for steering purposes (0/1)
54 #option assoc_steering 0
55
56 # Minimum signal-to-noise ratio or signal level (dBm) to allow connections
57 #option min_connect_snr 0
58
59 # Minimum signal-to-noise ratio or signal level (dBm) to remain connected
60 #option min_snr 0
61
62 # Timeout after which a station with snr < min_snr will be kicked
63 #option min_snr_kick_delay 5000
64
65 # Timeout (in ms) after which a association following a disassociation is not seen
66 # as a roam
67 #option roam_process_timeout 5000
68
69 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
70 # client scans for roaming
71 #option roam_scan_snr 0
72
73 # Maximum number of client roaming scan trigger attempts
74 #option roam_scan_tries 3
75
76 # Retry scanning when roam_scan_tries is exceeded after this timeout (in ms)
77 # In case this option is set to 0, the client is kicked instead
78 #option roam_scan_timeout 0
79
80 # Minimum time (ms) between client roaming scan trigger attempts
81 #option roam_scan_interval 10000
82
83 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
84 # forced client roaming
85 #option roam_trigger_snr 0
86
87 # Minimum time (ms) between client roaming trigger attempts
88 #option roam_trigger_interval 60000
89
90 # Timeout (ms) for client roam requests. usteer will kick the client after this times out.
91 #option roam_kick_delay 10000
92
93 # Minimum signal strength difference until AP steering policy is active
94 #option signal_diff_threshold 0
95
96 # Initial delay (ms) before responding to probe requests (to allow other APs to see packets as well)
97 #option initial_connect_delay 0
98
99 # Enable kicking client on excessive channel load (0/1)
100 #option load_kick_enabled 0
101
102 # Minimum channel load (%) before kicking clients
103 #option load_kick_threshold 75
104
105 # Minimum amount of time (ms) that channel load is above threshold before starting to kick clients
106 #option load_kick_delay 10000
107
108 # Minimum number of connected clients before kicking based on channel load
109 #option load_kick_min_clients 10
110
111 # Reason code on client kick based on channel load (default: WLAN_REASON_DISASSOC_AP_BUSY)
112 #option load_kick_reason_code 5
113
114 # Script to run after bringing up a node
115 #option node_up_script ''
116
117 # Message types to include in log
118 # Available types:
119 # - probe_req_accept
120 # - probe_req_deny
121 # - auth_req_accept
122 # - auth_req_deny
123 # - assoc_req_accept
124 # - assoc_req_deny
125 # - load_kick_trigger
126 # - load_kick_reset
127 # - load_kick_min_clients
128 # - load_kick_no_client
129 # - load_kick_client
130 # - signal_kick
131 #list event_log_types ''
132
133 # List of SSIDs to enable steering on
134 #list ssid_list ''