mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
dawn: add 802.11v, prepare 802.11k and debug fix
Add 802.11v bss transition. Exchange nr-reports. Implement 802.1k hearing map. Future release will use hearing map for load balancing decisions. Remove debug output from stderr. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
@@ -16,14 +16,15 @@ config hostapd
|
||||
option hostapd_dir '/var/run/hostapd'
|
||||
|
||||
config times
|
||||
option update_client '10'
|
||||
option denied_req_threshold '30'
|
||||
option remove_client '15'
|
||||
option remove_probe '30'
|
||||
option remove_ap '460'
|
||||
option update_hostapd '10'
|
||||
option update_tcp_con '10'
|
||||
option update_chan_util '5'
|
||||
option update_client '10'
|
||||
option denied_req_threshold '30'
|
||||
option remove_client '15'
|
||||
option remove_probe '30'
|
||||
option remove_ap '460'
|
||||
option update_hostapd '10'
|
||||
option update_tcp_con '10'
|
||||
option update_chan_util '5'
|
||||
option update_beacon_reports '20'
|
||||
|
||||
config metric
|
||||
option ap_weight '0'
|
||||
@@ -41,7 +42,7 @@ config metric
|
||||
option chan_util_val '140'
|
||||
option max_chan_util_val '170'
|
||||
option min_probe_count '0'
|
||||
option bandwidth_threshold '6'
|
||||
option bandwidth_threshold '6'
|
||||
option use_station_count '1'
|
||||
option max_station_diff '1'
|
||||
option eval_probe_req '0'
|
||||
@@ -53,3 +54,7 @@ config metric
|
||||
option use_driver_recog '1'
|
||||
option min_number_to_kick '3'
|
||||
option chan_util_avg_period '3'
|
||||
option op_class '0' #802.11k stuff...
|
||||
option duration '0'
|
||||
option mode '0'
|
||||
option scan_channel '0'
|
||||
|
||||
Reference in New Issue
Block a user