Signed-off-by: neiledgar <neil.edgar@btinternet.com>
This commit is contained in:
parent
9b97f44a70
commit
7e4d9bd150
9 changed files with 122 additions and 69 deletions
3
vendor/github.com/mdlayher/wifi/wifi.go
generated
vendored
3
vendor/github.com/mdlayher/wifi/wifi.go
generated
vendored
|
|
@ -128,6 +128,9 @@ type Interface struct {
|
|||
// StationInfo contains statistics about a WiFi interface operating in
|
||||
// station mode.
|
||||
type StationInfo struct {
|
||||
// The hardware address of the station.
|
||||
HardwareAddr net.HardwareAddr
|
||||
|
||||
// The time since the station last connected.
|
||||
Connected time.Duration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue