mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +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', {
|
||||
client: notify.data.address,
|
||||
ssid: hapd.ssid,
|
||||
bssid: hapd.bssid,
|
||||
});
|
||||
if (ratelimit) {
|
||||
let msg = {
|
||||
@@ -93,6 +94,7 @@ let handlers = {
|
||||
event('client', 'key-mismatch', {
|
||||
client: notify.data.address,
|
||||
ssid: hapd.ssid,
|
||||
bssid: hapd.bssid,
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user