mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +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) {
|
||||
if (ratelimit) {
|
||||
if (ratelimit && !wildcard(notify.data.phy, 'wlanc*')) {
|
||||
let msg = {
|
||||
address: notify.data.address,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user