misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-13 10:12:34 +01:00
commit 4eead7eafa
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
58 changed files with 2052 additions and 2052 deletions

View file

@ -6,12 +6,12 @@ import (
"github.com/bettercap/bettercap/network"
)
type WiFiClientEvent struct {
type ClientEvent struct {
AP *network.AccessPoint
Client *network.Station
}
type WiFiProbeEvent struct {
type ProbeEvent struct {
FromAddr net.HardwareAddr
FromVendor string
FromAlias string
@ -19,7 +19,7 @@ type WiFiProbeEvent struct {
RSSI int8
}
type WiFiHandshakeEvent struct {
type HandshakeEvent struct {
File string
NewPackets int
AP net.HardwareAddr