update to new wifi session format

This commit is contained in:
Holger Cremer
2020-09-25 20:49:55 +02:00
parent 09524c20a6
commit 7797f25911
5 changed files with 40 additions and 121 deletions

View File

@@ -5,11 +5,11 @@ import (
)
type WifiSession struct {
Ip string
Ipv6 []string
Mac string
Vlan string
AP int
Ipv4 string
Ipv6 []string
Mac string
AP int
Location string
}
type Devices struct {