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:
John Crispin
2024-09-06 14:03:58 +02:00
parent c312d45e21
commit e479001b36

View File

@@ -181,6 +181,7 @@ handlers = {
if (ratelimit) {
let msg = {
address: notify.data.address,
device: hapd.ifname,
};
ubus.call('ratelimit', 'client_delete', msg);
}