2fe1c983d066d1a570a07ce8c39d430aca7e5215
[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 # Allow rejecting assoc requests for steering purposes (0/1)
48 #option assoc_steering 0
49
50 # Minimum signal-to-noise ratio or signal level (dBm) to allow connections
51 #option min_connect_snr 0
52
53 # Minimum signal-to-noise ratio or signal level (dBm) to remain connected
54 #option min_snr 0
55
56 # Timeout (in ms) after which a association following a disassociation is not seen
57 # as a roam
58 #option roam_process_timeout 5000
59
60 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
61 # client scans for roaming
62 #option roam_scan_snr 0
63
64 # Maximum number of client roaming scan trigger attempts
65 #option roam_scan_tries 3
66
67 # Minimum time (ms) between client roaming scan trigger attempts
68 #option roam_scan_interval 10000
69
70 # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
71 # forced client roaming
72 #option roam_trigger_snr 0
73
74 # Minimum time (ms) between client roaming trigger attempts
75 #option roam_trigger_interval 60000
76
77 # Timeout (in 100ms beacon intervals) for client roam requests
78 #option roam_kick_delay 100
79
80 # Minimum signal strength difference until AP steering policy is active
81 #option signal_diff_threshold 0
82
83 # Initial delay (ms) before responding to probe requests (to allow other APs to see packets as well)
84 #option initial_connect_delay 0
85
86 # Enable kicking client on excessive channel load (0/1)
87 #option load_kick_enabled 0
88
89 # Minimum channel load (%) before kicking clients
90 #option load_kick_threshold 75
91
92 # Minimum amount of time (ms) that channel load is above threshold before starting to kick clients
93 #option load_kick_delay 10000
94
95 # Minimum number of connected clients before kicking based on channel load
96 #option load_kick_min_clients 10
97
98 # Reason code on client kick based on channel load (default: WLAN_REASON_DISASSOC_AP_BUSY)
99 #option load_kick_reason_code 5
100
101 # Script to run after bringing up a node
102 #option node_up_script ''
103
104 # Message types to include in log
105 # Available types:
106 # - probe_req_accept
107 # - probe_req_deny
108 # - auth_req_accept
109 # - auth_req_deny
110 # - assoc_req_accept
111 # - assoc_req_deny
112 # - load_kick_trigger
113 # - load_kick_reset
114 # - load_kick_min_clients
115 # - load_kick_no_client
116 # - load_kick_client
117 # - signal_kick
118 #list event_log_types ''
119
120 # List of SSIDs to enable steering on
121 #list ssid_list ''