e218150979
Fix Coverity Scan CID 1521041 reporting a not closed FILE on fread fail. Correctly close the FILE on fread fail to fix this leak. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> |
||
---|---|---|
openwrt/usteer | ||
.gitignore | ||
band_steering.c | ||
CMakeLists.txt | ||
event.c | ||
event.h | ||
fakeap.c | ||
local_node.c | ||
main.c | ||
measurement.c | ||
monitor.c | ||
netifd.c | ||
nl80211.c | ||
node.c | ||
node.h | ||
parse.c | ||
policy.c | ||
README.md | ||
remote.c | ||
remote.h | ||
sta.c | ||
timeout.c | ||
timeout.h | ||
ubus.c | ||
usteer.h | ||
utils.h |
usteer
usteer is a client steering daemon written for OpenWrt.
Its goal is to optimize roaming behavior of wireless clients (STAs) in a ESS consisting of multiple BSS / APs.
Functions
- Synchronization of Neighbor Reports between multiple APs
- Policy-based decisions for probe- / association- / authentication requests received from STAs
- Requesting clients to roam to a different BSS based on SNR / signal-level
- Channel-load based client steering to different BSS
Installation
usteer is available from the OpenWrt packages feed and can be installed on devices running OpenWrt 21.02+ using opkg:
opkg update; opkg install usteer
Submitting patches
usteer patches are welcome on the openwrt-devel mailing list.
Before submitting patches, check out OpenWrts guide on submission policies.
Make sure to add a usteer
subject prefix using the --subject-prefix
option when exporting the patch with git format-patch
.