openwrt/package
David Bauer 88075c87dc 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 0eed96ca5d)
2022-03-20 01:29:09 +01:00
..
base-files base-files: call "sync" after initial setup 2022-03-14 08:51:02 +01:00
boot uboot-bcm4908: use "xxd" from staging_dir 2022-03-15 18:55:08 +01:00
devel binutils: fix libbfd missing DSO dependency if NLS enabled 2021-04-10 14:22:28 +02:00
firmware linux-firmware: amd: consolidate amd's linux-firmware entries 2021-12-29 23:45:37 +01:00
kernel kernel: add kmod-ledtrig-pattern 2022-01-08 21:31:15 +01:00
libs openssl: bump to 1.1.1n 2022-03-16 16:30:21 +01:00
network hostapd: ubus: add BSS transtiton request method 2022-03-20 01:29:09 +01:00
system rpcd: backport 802.11ax support 2022-02-19 10:01:03 +01:00
utils busybox: backport dd support for iflag=count_bytes 2022-01-03 14:28:13 +01:00
Makefile build: fix opkg install step for large package selection 2021-12-31 17:55:29 +01:00