Incorrectly marking everything as hidden
Closed this issue · 2 comments
matrix224 commented
In Deauth::printHidden()
method, it looks like it's incorrectly marking everything as hidden.
Currently it is calling WiFi.channel(network)
to check if it's hidden, which from what I understand just returns the channel that network index is on. As such it would always be interpreted as true unless the channel was somehow actually 0.
I believe this should instead be WiFi.isHidden(network)
dj1ch commented
yeah, it was lol, should be able to fix that in second.