mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
973b864132
commit
1857a62645
1 changed files with 1 additions and 1 deletions
|
@ -635,8 +635,8 @@ func (w *WiFiRecon) Start() error {
|
||||||
|
|
||||||
w.discoverProbes(radiotap, dot11, packet)
|
w.discoverProbes(radiotap, dot11, packet)
|
||||||
w.discoverAccessPoints(radiotap, dot11, packet)
|
w.discoverAccessPoints(radiotap, dot11, packet)
|
||||||
w.updateStats(dot11, packet)
|
|
||||||
w.discoverClients(radiotap, dot11, packet)
|
w.discoverClients(radiotap, dot11, packet)
|
||||||
|
w.updateStats(dot11, packet)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue