From 1b7131eb54da5b03b0edb2aebf8f697677017475 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Mon, 12 Mar 2018 16:25:12 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/wifi_recon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wifi_recon.go b/modules/wifi_recon.go index 91bade77..b37a7b45 100644 --- a/modules/wifi_recon.go +++ b/modules/wifi_recon.go @@ -385,7 +385,7 @@ func (w *WiFiModule) channelHopper() { // more channels, therefore we need to increase the time // we hop on each one otherwise me lose information if len(w.frequencies) > 14 { - delay = delay * 2 * time.Millisecond + delay = delay * 2 } frequencies := w.frequencies