mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
Revert "Issue #157: wifi.recon can now select one or multiple channels (comma separated) and show only the selected channels."
This reverts commit 054ce2a1bf
.
This commit is contained in:
parent
054ce2a1bf
commit
1e408f62ba
3 changed files with 19 additions and 99 deletions
|
@ -211,11 +211,3 @@ func Dot11InformationElementRSNInfoDecode(buf []byte) (rsn RSNInfo, err error) {
|
|||
|
||||
return
|
||||
}
|
||||
|
||||
func Dot11InformationElementIDDSSetDecode(buf []byte) (channel int, err error) {
|
||||
if err = canParse("DSSet.channel", buf, 1); err == nil {
|
||||
channel = int(buf[0])
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue