From 96c391eaac757c9c393be5fc9a63262ddee8cbac Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 16 Mar 2023 17:08:14 +0100 Subject: [PATCH] ucentral-event: fix captive portal rate-limiting Fixes: WIFI-12305 Signed-off-by: John Crispin --- feeds/ucentral/ucentral-event/files/ucentral-event | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ucentral/ucentral-event/files/ucentral-event b/feeds/ucentral/ucentral-event/files/ucentral-event index 02d2f6357..2da8d0617 100755 --- a/feeds/ucentral/ucentral-event/files/ucentral-event +++ b/feeds/ucentral/ucentral-event/files/ucentral-event @@ -84,7 +84,7 @@ let handlers = { ssid: hapd.ssid, bssid: hapd.bssid, }); - if (ratelimit) { + if (ratelimit && !wildcard(notify.data.phy, 'wlanc*')) { let msg = { device: hapd.ifname, address: notify.data.address,