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:
parent
802f7ef0ec
commit
999bec247a
2 changed files with 17 additions and 12 deletions
|
@ -5,13 +5,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dawn
|
PKG_NAME:=dawn
|
||||||
PKG_SOURCE_DATE:=2020-04-15
|
PKG_SOURCE_DATE:=2020-04-16
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git
|
PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git
|
||||||
PKG_SOURCE_VERSION:=899eae05f009091bab4c56237e65b0ffb60b3760
|
PKG_SOURCE_VERSION:=1804d18bf5e9a334d049ba142d250b1e4f749dd7
|
||||||
PKG_MIRROR_HASH:=943132c0f2808501f399ec937d6cf25b86aa8da626813c011fa531d5ad2621a8
|
PKG_MIRROR_HASH:=ba8391628e961c737e056d4f3fa364cc794fb917a815918c8fb5762b59835b69
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
|
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
|
|
|
@ -24,6 +24,7 @@ config times
|
||||||
option update_hostapd '10'
|
option update_hostapd '10'
|
||||||
option update_tcp_con '10'
|
option update_tcp_con '10'
|
||||||
option update_chan_util '5'
|
option update_chan_util '5'
|
||||||
|
option update_beacon_reports '20'
|
||||||
|
|
||||||
config metric
|
config metric
|
||||||
option ap_weight '0'
|
option ap_weight '0'
|
||||||
|
@ -53,3 +54,7 @@ config metric
|
||||||
option use_driver_recog '1'
|
option use_driver_recog '1'
|
||||||
option min_number_to_kick '3'
|
option min_number_to_kick '3'
|
||||||
option chan_util_avg_period '3'
|
option chan_util_avg_period '3'
|
||||||
|
option op_class '0' #802.11k stuff...
|
||||||
|
option duration '0'
|
||||||
|
option mode '0'
|
||||||
|
option scan_channel '0'
|
||||||
|
|
Loading…
Reference in a new issue