Simone Margaritelli 2024-08-08 13:40:45 +02:00
commit b12ba7947b
4 changed files with 30 additions and 4 deletions

View file

@ -53,3 +53,7 @@ func GetSupportedFrequencies(iface string) ([]int, error) {
freqs := make([]int, 0)
return freqs, fmt.Errorf("Windows does not support WiFi channel hopping.")
}
func ForceMonitorMode(iface string) error {
return nil
}