config: make remote_node_timeout configurable
[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 # Local station information update interval (ms)
30 #option local_sta_update 1000
31
32 # Maximum number of consecutive times a station may be blocked by policy
33 #option max_retry_band 5
34
35 # Maximum idle time of a station entry (ms) to be considered for policy decisions
36 #option seen_policy_timeout 30000
37
38 # Minimum number of stations delta between APs before load balancing policy is active
39 #option load_balancing_threshold 5
40
41 # Minimum number of stations delta between bands before band steering policy is active
42 #option band_steering_threshold 5
43
44 # Interval (ms) between sending state updates to other APs
45 #option remote_update_interval 1000
46
47 # Number of remote update intervals after which a remote-node is deleted
48 #option remote_node_timeout 10
49
50 # Allow rejecting assoc requests for steering purposes (0/1)
51 #option assoc_steering 0
52
53 # Minimum signal-to-noise ratio or signal level (dBm) to allow connections
54 #option min_connect_snr 0
55
56 # Minimum signal-to-noise ratio or signal level (dBm) to remain connected
57 #option min_snr 0
58
59 # Timeout (in ms) after which a association following a disassociation is not seen
60 # as a roam
61 #option roam_process_timeout 5000
62
63 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
64 # client scans for roaming
65 #option roam_scan_snr 0
66
67 # Maximum number of client roaming scan trigger attempts
68 #option roam_scan_tries 3
69
70 # Minimum time (ms) between client roaming scan trigger attempts
71 #option roam_scan_interval 10000
72
73 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
74 # forced client roaming
75 #option roam_trigger_snr 0
76
77 # Minimum time (ms) between client roaming trigger attempts
78 #option roam_trigger_interval 60000
79
80 # Timeout (in 100ms beacon intervals) for client roam requests
81 #option roam_kick_delay 100
82
83 # Minimum signal strength difference until AP steering policy is active
84 #option signal_diff_threshold 0
85
86 # Initial delay (ms) before responding to probe requests (to allow other APs to see packets as well)
87 #option initial_connect_delay 0
88
89 # Enable kicking client on excessive channel load (0/1)
90 #option load_kick_enabled 0
91
92 # Minimum channel load (%) before kicking clients
93 #option load_kick_threshold 75
94
95 # Minimum amount of time (ms) that channel load is above threshold before starting to kick clients
96 #option load_kick_delay 10000
97
98 # Minimum number of connected clients before kicking based on channel load
99 #option load_kick_min_clients 10
100
101 # Reason code on client kick based on channel load (default: WLAN_REASON_DISASSOC_AP_BUSY)
102 #option load_kick_reason_code 5
103
104 # Script to run after bringing up a node
105 #option node_up_script ''
106
107 # Message types to include in log
108 # Available types:
109 # - probe_req_accept
110 # - probe_req_deny
111 # - auth_req_accept
112 # - auth_req_deny
113 # - assoc_req_accept
114 # - assoc_req_deny
115 # - load_kick_trigger
116 # - load_kick_reset
117 # - load_kick_min_clients
118 # - load_kick_no_client
119 # - load_kick_client
120 # - signal_kick
121 #list event_log_types ''
122
123 # List of SSIDs to enable steering on
124 #list ssid_list ''