mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 10:02:53 +00:00
ucentral-event: add band / channel to join events
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -155,6 +155,8 @@ handlers = {
|
|||||||
client: notify.data.address,
|
client: notify.data.address,
|
||||||
ssid: hapd.ssid,
|
ssid: hapd.ssid,
|
||||||
bssid: hapd.bssid,
|
bssid: hapd.bssid,
|
||||||
|
channel: hapd.channel,
|
||||||
|
band: hapd.band,
|
||||||
});
|
});
|
||||||
if (ratelimit) {
|
if (ratelimit) {
|
||||||
let msg = {
|
let msg = {
|
||||||
|
|||||||
Reference in New Issue
Block a user