Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Hijack ¶
func Hijack(device string, callback func(*PAPCredentials)) (err error)
Types ¶
type PAPCredentials ¶
type PAPCredentials struct { PeerID string `json:"peer-id"` Password string `json:"password"` MACAddress net.HardwareAddr `json:"mac-address"` Timestamp time.Time `json:"timestamp"` }
func (*PAPCredentials) String ¶
func (c *PAPCredentials) String() string
Click to show internal directories.
Click to hide internal directories.