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