You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick Hainke c8ef465e10 hostapd: expose beacon reports through ubus
Subscribe to beacon reports through ubus.
Can be used for hearing map and client steering purposes.

First enable rrm:
    ubus call hostapd.wlan0 bss_mgmt_enable '{"beacon_report":True}'

Subscribe to the hostapd notifications via ubus.

Request beacon report:
    ubus call hostapd.wlan0 rrm_beacon_req
	'{"addr":"00:xx:xx:xx:xx:xx", "op_class":0, "channel":1,
	"duration":1,"mode":2,"bssid":"ff:ff:ff:ff:ff:ff", "ssid":""}'

Signed-off-by: Nick Hainke <vincent@systemli.org>
[rework identation]
Signed-off-by: David Bauer <mail@david-bauer.net>
4 years ago
..
files hostapd: Add 802.11r support for WPA3-Enterprise 4 years ago
patches hostapd: expose beacon reports through ubus 4 years ago
src hostapd: expose beacon reports through ubus 4 years ago
Config.in hostapd: adjust to removal of WOLFSSL_HAS_AES_GCM 5 years ago
Makefile hostapd: fix segfault in wpa_supplicant ubus 4 years ago