mirror of
https://github.com/bettercap/bettercap
synced 2025-07-11 07:37:00 -07:00
fix: using iw if available to get supported wifi frequencies (fixes #743)
This commit is contained in:
parent
c4bbc129b6
commit
6dd86c44fa
2 changed files with 68 additions and 9 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
func TestProcessSupportedFrequencies(t *testing.T) {
|
||||
// Actually test processSupportedFrequencies; IO is lifted out.
|
||||
// Actually test parseIWListFreqs; IO is lifted out.
|
||||
cases := []struct {
|
||||
Name string
|
||||
InputString string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue