mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +00:00
ucentral-event: do not reset rate limit for captive clients
Fixes: WIFI-12305 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -92,7 +92,7 @@ let handlers = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
disassoc: function(notify, hapd) {
|
disassoc: function(notify, hapd) {
|
||||||
if (ratelimit) {
|
if (ratelimit && !wildcard(notify.data.phy, 'wlanc*')) {
|
||||||
let msg = {
|
let msg = {
|
||||||
address: notify.data.address,
|
address: notify.data.address,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user