mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
Merge branch 'main' into v3.0.0-release
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -88,7 +88,7 @@ handlers = {
|
||||
ssid: hapd.ssid,
|
||||
bssid: hapd.bssid,
|
||||
});
|
||||
if (ratelimit && !wildcard(notify.data.ifname, 'wlanc*')) {
|
||||
if (ratelimit) {
|
||||
let msg = {
|
||||
device: hapd.ifname,
|
||||
address: notify.data.address,
|
||||
@@ -103,7 +103,7 @@ handlers = {
|
||||
},
|
||||
|
||||
disassoc: function(notify, hapd) {
|
||||
if (ratelimit && !wildcard(notify.data.ifname, 'wlanc*')) {
|
||||
if (ratelimit) {
|
||||
let msg = {
|
||||
address: notify.data.address,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user