wifi.beacon.flood is implemented but it's not reliable enough (yet) to be merged into master

This commit is contained in:
evilsocket 2018-03-13 17:47:39 +01:00
commit 9e174e2e93
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 57 additions and 35 deletions

View file

@ -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()