Skip to content

Commit

Permalink
ucentral-event: add band / channel to join events
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed Aug 15, 2024
1 parent ed82b87 commit 3357f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feeds/ucentral/ucentral-event/files/ucentral-event
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ handlers = {
client: notify.data.address,
ssid: hapd.ssid,
bssid: hapd.bssid,
channel: hapd.channel,
band: hapd.band,
});
if (ratelimit) {
let msg = {
Expand Down

0 comments on commit 3357f66

Please sign in to comment.