diff options
author | David Bauer <mail@david-bauer.net> | 2020-12-05 20:17:35 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-03-20 01:29:09 +0100 |
commit | 88075c87dc31fc75ec5b236290ff5b8997e7538d (patch) | |
tree | e75047fa6b5e69e65c9981a8e24e95e72fbdd6f6 /tools | |
parent | b1c353986895ef757dd69ea9fe30dd22194ee421 (diff) | |
download | upstream-88075c87dc31fc75ec5b236290ff5b8997e7538d.tar.gz upstream-88075c87dc31fc75ec5b236290ff5b8997e7538d.tar.bz2 upstream-88075c87dc31fc75ec5b236290ff5b8997e7538d.zip |
hostapd: ubus: add BSS transtiton request method
The existing wnm_disassoc_imminent ubus method only supports issuing a
bss transition request with the disassoc imminent flag set.
For use-cases, where the client is requested to roam to another BSS
without a pending disassoc, this existing method is not suitable.
Add a new bss_transition_request ubus method, which provides a more
universal way to dispatch a transition request. It takes the following
arguments:
Required:
addr: String - MAC-address of the STA to send the request to (colon-seperated)
Optional:
abridged - Bool - Indicates if the abridged flag is set
disassociation_imminent: Bool - Whether or not the disassoc_imminent
flag is set
disassociation_timer: I32 - number of TBTTs after which the client will
be disassociated
validity_period: I32 - number of TBTTs after which the beacon
candidate list (if included) will be invalid
neighbors: blob-array - Array of strings containing neighbor reports as
hex-string
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 0eed96ca5d86bdc4158c8ef6814893bc2a3dc467)
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions