mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 10:57:47 +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,
|
ssid: hapd.ssid,
|
||||||
bssid: hapd.bssid,
|
bssid: hapd.bssid,
|
||||||
});
|
});
|
||||||
if (ratelimit && !wildcard(notify.data.ifname, 'wlanc*')) {
|
if (ratelimit) {
|
||||||
let msg = {
|
let msg = {
|
||||||
device: hapd.ifname,
|
device: hapd.ifname,
|
||||||
address: notify.data.address,
|
address: notify.data.address,
|
||||||
@@ -103,7 +103,7 @@ handlers = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
disassoc: function(notify, hapd) {
|
disassoc: function(notify, hapd) {
|
||||||
if (ratelimit && !wildcard(notify.data.ifname, 'wlanc*')) {
|
if (ratelimit) {
|
||||||
let msg = {
|
let msg = {
|
||||||
address: notify.data.address,
|
address: notify.data.address,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user