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