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