fix: do not trigger deauth events for frames sent by client stations or unknown access points

This commit is contained in:
Simone Margaritelli 2021-04-10 14:48:30 +02:00
parent bc7d1d9663
commit 88a83192ef
3 changed files with 19 additions and 7 deletions

View file

@ -22,7 +22,9 @@ function onDeauthentication(event) {
'Reason: ' + data.reason + "\n" +
'Address1: ' + data.address1 + "\n" +
'Address2: ' + data.address2 + "\n" +
'Address3: ' + data.address3;
'Address3: ' + data.address3 + "\n"
'AP:\n' + JSON.stringify(data.ap, null, 2);
// send to telegram bot
sendMessage(message);