mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
ucentral-event: add bssid to wifi events
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -65,6 +65,7 @@ let handlers = {
|
|||||||
event('client', 'join', {
|
event('client', 'join', {
|
||||||
client: notify.data.address,
|
client: notify.data.address,
|
||||||
ssid: hapd.ssid,
|
ssid: hapd.ssid,
|
||||||
|
bssid: hapd.bssid,
|
||||||
});
|
});
|
||||||
if (ratelimit) {
|
if (ratelimit) {
|
||||||
let msg = {
|
let msg = {
|
||||||
@@ -93,6 +94,7 @@ let handlers = {
|
|||||||
event('client', 'key-mismatch', {
|
event('client', 'key-mismatch', {
|
||||||
client: notify.data.address,
|
client: notify.data.address,
|
||||||
ssid: hapd.ssid,
|
ssid: hapd.ssid,
|
||||||
|
bssid: hapd.bssid,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user