Documentation
¶
Index ¶
- Variables
- func InsertAP(ctx context.Context, bssid, ssid, mode, discovered string, ...)
- func Load()
- func UpdateAP(ctx context.Context, bssid, ssid, mode string, channel, frequency int64, ...)
- func UpdateAPHandshake(ctx context.Context, bssid string, value bool)
- func UpdateAPNet(ctx context.Context, net string, value bool, list []string)
- type DataAP
Constants ¶
This section is empty.
Variables ¶
View Source
var Pool *sqlitex.Pool
Functions ¶
Types ¶
type DataAP ¶
type DataAP struct {
BSSID string `json:"bssid"`
SSID string `json:"ssid"`
Mode string `json:"mode"`
Discovered string `json:"discovered"`
Channel int64 `json:"channel"`
Frequency int64 `json:"frequency"`
RSSI float64 `json:"rssi"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
Altitude float64 `json:"altitude"`
Accuracy float64 `json:"accuracy"`
Device string `json:"device"`
Handshake bool `json:"handshake"`
Wigle bool `json:"wigle"`
BeaconDB bool `json:"beacondb"`
DWPA bool `json:"dwpa"`
}
Click to show internal directories.
Click to hide internal directories.