38c0e7749abb0651b69c497fb69b45a9113051aa
[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 (in ms) after which a association following a disassociation is not seen
69 # as a roam
70 #option roam_process_timeout 5000
71
72 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
73 # client scans for roaming
74 #option roam_scan_snr 0
75
76 # Maximum number of client roaming scan trigger attempts
77 #option roam_scan_tries 3
78
79 # Retry scanning when roam_scan_tries is exceeded after this timeout (in ms)
80 # In case this option is set to 0, the client is kicked instead
81 #option roam_scan_timeout 0
82
83 # Minimum time (ms) between client roaming scan trigger attempts
84 #option roam_scan_interval 10000
85
86 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
87 # forced client roaming
88 #option roam_trigger_snr 0
89
90 # Minimum time (ms) between client roaming trigger attempts
91 #option roam_trigger_interval 60000
92
93 # Timeout (ms) for client roam requests. usteer will kick the client after this times out.
94 #option roam_kick_delay 10000
95
96 # Minimum signal strength difference until AP steering policy is active
97 #option signal_diff_threshold 0
98
99 # Initial delay (ms) before responding to probe requests (to allow other APs to see packets as well)
100 #option initial_connect_delay 0
101
102 # Enable kicking client on excessive channel load (0/1)
103 #option load_kick_enabled 0
104
105 # Minimum channel load (%) before kicking clients
106 #option load_kick_threshold 75
107
108 # Minimum amount of time (ms) that channel load is above threshold before starting to kick clients
109 #option load_kick_delay 10000
110
111 # Minimum number of connected clients before kicking based on channel load
112 #option load_kick_min_clients 10
113
114 # Reason code on client kick based on channel load (default: WLAN_REASON_DISASSOC_AP_BUSY)
115 #option load_kick_reason_code 5
116
117 # Script to run after bringing up a node
118 #option node_up_script ''
119
120 # Message types to include in log
121 # Available types:
122 # - probe_req_accept
123 # - probe_req_deny
124 # - auth_req_accept
125 # - auth_req_deny
126 # - assoc_req_accept
127 # - assoc_req_deny
128 # - load_kick_trigger
129 # - load_kick_reset
130 # - load_kick_min_clients
131 # - load_kick_no_client
132 # - load_kick_client
133 # - signal_kick
134 #list event_log_types ''
135
136 # List of SSIDs to enable steering on
137 #list ssid_list ''