mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
misc: wifi.deauth has been optimized by sorting frames to send by channel in order to minimize the amount of channel hops
This commit is contained in:
parent
148122e8fa
commit
49beed239f
4 changed files with 39 additions and 14 deletions
|
@ -43,3 +43,7 @@ func (s Station) BSSID() string {
|
|||
func (s *Station) ESSID() string {
|
||||
return s.Hostname
|
||||
}
|
||||
|
||||
func (s *Station) Channel() int {
|
||||
return Dot11Freq2Chan(s.Frequency)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue