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:
John Crispin
2023-02-21 15:50:04 +01:00
parent 3db254c306
commit 977d16557a

View File

@@ -92,7 +92,7 @@ let handlers = {
},
disassoc: function(notify, hapd) {
if (ratelimit) {
if (ratelimit && !wildcard(notify.data.phy, 'wlanc*')) {
let msg = {
address: notify.data.address,
};