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,