misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-03-06 17:24:36 +01:00
commit 1857a62645

View file

@ -635,8 +635,8 @@ func (w *WiFiRecon) Start() error {
w.discoverProbes(radiotap, dot11, packet)
w.discoverAccessPoints(radiotap, dot11, packet)
w.updateStats(dot11, packet)
w.discoverClients(radiotap, dot11, packet)
w.updateStats(dot11, packet)
}
}
})