Documentation ¶
Index ¶
- Constants
- type ByBssidSorter
- type ByChannelSorter
- type ByClientsSorter
- type ByEncryptionSorter
- type ByEssidSorter
- type ByRSSISorter
- type ByWiFiRcvdSorter
- type ByWiFiSeenSorter
- type ByWiFiSentSorter
- type ClientEvent
- type HandshakeEvent
- type ProbeEvent
- type WiFiModule
- func (mod WiFiModule) Author() string
- func (mod *WiFiModule) Configure() error
- func (mod WiFiModule) Description() string
- func (mod WiFiModule) Name() string
- func (mod *WiFiModule) Show() (err error)
- func (mod *WiFiModule) ShowWPS(bssid string) (err error)
- func (mod *WiFiModule) Start() error
- func (mod *WiFiModule) Stop() error
Constants ¶
View Source
const ( // Ugly, but gopacket folks are not exporting pcap errors, so ... // ref. https://github.com/google/gopacket/blob/96986c90e3e5c7e01deed713ff8058e357c0c047/pcap/pcap.go#L281 ErrIfaceNotUp = "Interface Not Up" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByBssidSorter ¶
func (ByBssidSorter) Len ¶
func (a ByBssidSorter) Len() int
func (ByBssidSorter) Less ¶
func (a ByBssidSorter) Less(i, j int) bool
func (ByBssidSorter) Swap ¶
func (a ByBssidSorter) Swap(i, j int)
type ByChannelSorter ¶
func (ByChannelSorter) Len ¶
func (a ByChannelSorter) Len() int
func (ByChannelSorter) Less ¶
func (a ByChannelSorter) Less(i, j int) bool
func (ByChannelSorter) Swap ¶
func (a ByChannelSorter) Swap(i, j int)
type ByClientsSorter ¶
func (ByClientsSorter) Len ¶
func (a ByClientsSorter) Len() int
func (ByClientsSorter) Less ¶
func (a ByClientsSorter) Less(i, j int) bool
func (ByClientsSorter) Swap ¶
func (a ByClientsSorter) Swap(i, j int)
type ByEncryptionSorter ¶
func (ByEncryptionSorter) Len ¶
func (a ByEncryptionSorter) Len() int
func (ByEncryptionSorter) Less ¶
func (a ByEncryptionSorter) Less(i, j int) bool
func (ByEncryptionSorter) Swap ¶
func (a ByEncryptionSorter) Swap(i, j int)
type ByEssidSorter ¶
func (ByEssidSorter) Len ¶
func (a ByEssidSorter) Len() int
func (ByEssidSorter) Less ¶
func (a ByEssidSorter) Less(i, j int) bool
func (ByEssidSorter) Swap ¶
func (a ByEssidSorter) Swap(i, j int)
type ByRSSISorter ¶
func (ByRSSISorter) Len ¶
func (a ByRSSISorter) Len() int
func (ByRSSISorter) Less ¶
func (a ByRSSISorter) Less(i, j int) bool
func (ByRSSISorter) Swap ¶
func (a ByRSSISorter) Swap(i, j int)
type ByWiFiRcvdSorter ¶
func (ByWiFiRcvdSorter) Len ¶
func (a ByWiFiRcvdSorter) Len() int
func (ByWiFiRcvdSorter) Less ¶
func (a ByWiFiRcvdSorter) Less(i, j int) bool
func (ByWiFiRcvdSorter) Swap ¶
func (a ByWiFiRcvdSorter) Swap(i, j int)
type ByWiFiSeenSorter ¶
func (ByWiFiSeenSorter) Len ¶
func (a ByWiFiSeenSorter) Len() int
func (ByWiFiSeenSorter) Less ¶
func (a ByWiFiSeenSorter) Less(i, j int) bool
func (ByWiFiSeenSorter) Swap ¶
func (a ByWiFiSeenSorter) Swap(i, j int)
type ByWiFiSentSorter ¶
func (ByWiFiSentSorter) Len ¶
func (a ByWiFiSentSorter) Len() int
func (ByWiFiSentSorter) Less ¶
func (a ByWiFiSentSorter) Less(i, j int) bool
func (ByWiFiSentSorter) Swap ¶
func (a ByWiFiSentSorter) Swap(i, j int)
type ClientEvent ¶
type ClientEvent struct { AP *network.AccessPoint Client *network.Station }
type HandshakeEvent ¶
type ProbeEvent ¶
type WiFiModule ¶
type WiFiModule struct { session.SessionModule // contains filtered or unexported fields }
func NewWiFiModule ¶
func NewWiFiModule(s *session.Session) *WiFiModule
func (WiFiModule) Author ¶
func (mod WiFiModule) Author() string
func (*WiFiModule) Configure ¶
func (mod *WiFiModule) Configure() error
func (WiFiModule) Description ¶
func (mod WiFiModule) Description() string
func (WiFiModule) Name ¶
func (mod WiFiModule) Name() string
func (*WiFiModule) Show ¶
func (mod *WiFiModule) Show() (err error)
func (*WiFiModule) ShowWPS ¶
func (mod *WiFiModule) ShowWPS(bssid string) (err error)
func (*WiFiModule) Start ¶
func (mod *WiFiModule) Start() error
func (*WiFiModule) Stop ¶
func (mod *WiFiModule) Stop() error
Click to show internal directories.
Click to hide internal directories.