mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
reverted pr #1100 due to instability
This commit is contained in:
parent
7371a85828
commit
c2ab5f4756
5 changed files with 126 additions and 98 deletions
|
@ -489,6 +489,8 @@ func (mod *WiFiModule) setFrequencies(freqs []int) {
|
|||
channels = append(channels, network.Dot11Freq2Chan(freq))
|
||||
}
|
||||
mod.State.Store("channels", channels)
|
||||
|
||||
mod.Info("channels: %v", channels)
|
||||
}
|
||||
|
||||
func (mod *WiFiModule) Configure() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue