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