• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/usteer/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 0
 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         # Allow ignoring probe requests for steering purposes (0/1)
 60         #option probe_steering 0
 61 
 62         # Minimum signal-to-noise ratio or signal level (dBm) to allow connections
 63         #option min_connect_snr 0
 64 
 65         # Minimum signal-to-noise ratio or signal level (dBm) to remain connected
 66         #option min_snr 0
 67 
 68         # Timeout after which a station with snr < min_snr will be kicked
 69         #option min_snr_kick_delay 5000
 70 
 71         # Timeout (ms) for which a client will not be steered after rejecting a BSS-transition-request
 72         #option steer_reject_timeout 60000
 73 
 74         # Timeout (in ms) after which a association following a disassociation is not seen
 75         # as a roam
 76         #option roam_process_timeout 5000
 77 
 78         # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
 79         # client scans for roaming
 80         #option roam_scan_snr 0
 81 
 82         # Maximum number of client roaming scan trigger attempts
 83         #option roam_scan_tries 3
 84 
 85         # Retry scanning when roam_scan_tries is exceeded after this timeout (in ms)
 86         # In case this option is set to 0, the client is kicked instead
 87         #option roam_scan_timeout 0
 88 
 89         # Minimum time (ms) between client roaming scan trigger attempts
 90         #option roam_scan_interval 10000
 91 
 92         # Minimum signal-to-noise ratio or signal level (dBm) before attempting to trigger
 93         # forced client roaming
 94         #option roam_trigger_snr 0
 95 
 96         # Minimum time (ms) between client roaming trigger attempts
 97         #option roam_trigger_interval 60000
 98 
 99         # Timeout (ms) for client roam requests. usteer will kick the client after this times out.
100         #option roam_kick_delay 10000
101 
102         # Minimum signal strength difference until AP steering policy is active
103         #option signal_diff_threshold 0
104 
105         # Initial delay (ms) before responding to probe requests (to allow other APs to see packets as well)
106         #option initial_connect_delay 0
107 
108         # Enable kicking client on excessive channel load (0/1)
109         #option load_kick_enabled 0
110 
111         # Minimum channel load (%) before kicking clients
112         #option load_kick_threshold 75
113 
114         # Minimum amount of time (ms) that channel load is above threshold before starting to kick clients
115         #option load_kick_delay 10000
116 
117         # Minimum number of connected clients before kicking based on channel load
118         #option load_kick_min_clients 10
119 
120         # Reason code on client kick based on channel load (default: WLAN_REASON_DISASSOC_AP_BUSY)
121         #option load_kick_reason_code 5
122 
123         # Attempting to steer clients to a higher frequency-band every n ms.
124         # A value of 0 disabled band-steering.
125         #option band_steering_interval 120000
126 
127         # Minimal SNR or absolute signal a device has to maintain over band_steering_interval to be
128         # steered to a higher frequency band
129         #option band_steering_min_snr -60
130 
131         # Interval (ms) the device is sent a link-measurement request to help assess
132         # the bi-directional link quality. Setting the interval to 0 disables link-measurements.
133         #option link_measurement_interval 30000
134 
135         # Script to run after bringing up a node
136         #option node_up_script ''
137 
138         # Message types to include in log
139         # Available types:
140         # - probe_req_accept
141         # - probe_req_deny
142         # - auth_req_accept
143         # - auth_req_deny
144         # - assoc_req_accept
145         # - assoc_req_deny
146         # - load_kick_trigger
147         # - load_kick_reset
148         # - load_kick_min_clients
149         # - load_kick_no_client
150         # - load_kick_client
151         # - signal_kick
152         #list event_log_types ''
153 
154         # List of SSIDs to enable steering on
155         #list ssid_list ''

This page was automatically generated by LXR 0.3.1.  •  OpenWrt