-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to send other types of frames #4
Comments
I was able to send IEEE 802.11 Data Frames using this packet header:
You might also want to try different WiFi hardware on the receiving side and make sure you have successfully entered monitor mode (does wireshark sniff packets from other WiFi devices nearby?). |
Works well with the packet header you provided to send data frames. The problem I had might just be that the function |
Check https://github.com/GANESH-ICMC/esp32-deauther that bypasses the restriction implemented in ESP-IDF |
I tried to send other type of frames as the one in the example, but I'm unable to succeed.
The only type of frame I can send is beacon, other types such as probe doesn't seem to be sent.
I'm using Wireshark in monitor mode to sniff the frames.
The text was updated successfully, but these errors were encountered: