Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Cell struct {
CellNumber string `json:"cell_number"`
MAC string `json:"mac"`
ESSID string `json:"essid"`
Mode string `json:"mode"`
Frequency float32 `json:"frequency"`
FrequencyUnits string `json:"frequency_units"`
Channel int `json:"channel"`
EncryptionKey bool `json:"encryption_key"`
Encryption string `json:"encryption"`
SignalQuality int `json:"signal_quality"`
SignalTotal int `json:"signal_total"`
SignalLevel int `json:"signal_level"`
}
Click to show internal directories.
Click to hide internal directories.