esp8266_beaconSpam icon indicating copy to clipboard operation
esp8266_beaconSpam copied to clipboard

channel hopping not working

Open quantenschaum opened this issue 3 years ago • 2 comments

I just tried this out and found that my phone and router show all the APs on channel 13 instead of 1,6,11. Using a single channel works as expected, but hopping between multiple channels does not seem to work?

When I do this with an esp32 it behaves the same.

Does anyone else have this issue?

quantenschaum avatar Dec 02 '21 10:12 quantenschaum

Interesting to note:

You can set the transmission channel with wifi_set_channel() but advertise a different channel in beaconPacket[82].

The phone/router show the latter when receiving the beacons.

quantenschaum avatar Dec 02 '21 10:12 quantenschaum

Try this one - https://github.com/atom-smasher/esp8266_beaconSpam

atom-smasher avatar Jul 26 '22 04:07 atom-smasher