mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
Compare commits
4 Commits
v3.0.0-rc2
...
v3.0.0-rc3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf06374839 | ||
|
|
d2ff492853 | ||
|
|
d3a4a73c15 | ||
|
|
73cb19e2be |
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