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