Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IWListScanner ¶
type IWListScanner struct{}
func (IWListScanner) Scan ¶
func (s IWListScanner) Scan(interfaceName string) ([]ScannedWifiNetwork, error)
type ScannedWifiNetwork ¶
type WifiScanner ¶
type WifiScanner interface {
Scan(networkInterface string) ([]ScannedWifiNetwork, error)
}
func NewWifiScanner ¶
func NewWifiScanner() WifiScanner
Click to show internal directories.
Click to hide internal directories.