mirror of
https://github.com/bettercap/bettercap
synced 2025-07-10 07:13:36 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
d9bcf8195b
commit
dfb9f145ef
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func NewWiFiRecon(s *session.Session) *WiFiRecon {
|
||||||
|
|
||||||
w.AddParam(session.NewIntParameter("wifi.hop.period",
|
w.AddParam(session.NewIntParameter("wifi.hop.period",
|
||||||
"250",
|
"250",
|
||||||
"If channel hopping is enabled (empty wifi.recon.channel), this is the time in millseconds the algorithm will hop on every channel (it'll be doubled if both 2.4 and 5.0 bands are available."))
|
"If channel hopping is enabled (empty wifi.recon.channel), this is the time in millseconds the algorithm will hop on every channel (it'll be doubled if both 2.4 and 5.0 bands are available)."))
|
||||||
|
|
||||||
return w
|
return w
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue