aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/590-rrm-wnm-statistics.patch
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: refresh patchesDavid Bauer2022-02-081-3/+3
| | | | | | Refresh patches after updating to hostapd v2.10. Signed-off-by: David Bauer <mail@david-bauer.net>
* hostapd: make OpenWrt statistics per-BSSDavid Bauer2021-12-201-16/+16
| | | | | | | WNM and RRM statistics were incorrectly per-PHY, leading to shared statistic counters per BSS. Signed-off-by: David Bauer <mail@david-bauer.net>
* hostapd: add OpenWrt specific statistic countersDavid Bauer2021-12-151-0/+92
This adds a new struct for storing statistics not (yet) tracked by hostapd regarding RRM and WNM activity. These statistics can be read using the get_status hostapd interface ubus method. Signed-off-by: David Bauer <mail@david-bauer.net>