local-node: handle BSS transition queries
authorDavid Bauer <mail@david-bauer.net>
Mon, 20 Dec 2021 14:40:54 +0000 (15:40 +0100)
committerDavid Bauer <mail@david-bauer.net>
Mon, 31 Jan 2022 22:40:52 +0000 (23:40 +0100)
commite36967f2194d5bcc8c1485c3df7bd565cb3fd0e3
tree58416694e508e48944d9705b0d5480c56a6ab3f1
parent022635c9bd5da96a1a003b7a50e040216abcf007
local-node: handle BSS transition queries

Make usteer handle incoming BSS-transition requests. Update with the
most active roaming neighbors like we already do for imminent
disassociations.

Create a new ubus method which calls hostapds bss_transition_request
method. This does not set the disassoc imminent bit, thus will not
automatically disassoc the requesting STA.

Signed-off-by: David Bauer <mail@david-bauer.net>
local_node.c
node.h
ubus.c
usteer.h