mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
ucentral-event: tell rate-limit the BSS a STA was connected to
Fixes: WIFI-14053 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -181,6 +181,7 @@ handlers = {
|
||||
if (ratelimit) {
|
||||
let msg = {
|
||||
address: notify.data.address,
|
||||
device: hapd.ifname,
|
||||
};
|
||||
ubus.call('ratelimit', 'client_delete', msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user