mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
wifi.beacon.flood is implemented but it's not reliable enough (yet) to be merged into master
This commit is contained in:
parent
38d08e4db6
commit
9e174e2e93
2 changed files with 57 additions and 35 deletions
|
@ -358,11 +358,6 @@ func (w *WiFiModule) Start() error {
|
|||
}
|
||||
|
||||
w.SetRunning(true, func() {
|
||||
// start channel hopper if needed
|
||||
if w.channel == 0 && w.source == "" {
|
||||
go w.channelHopper()
|
||||
}
|
||||
|
||||
// start the pruner
|
||||
go w.stationPruner()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue