-
Notifications
You must be signed in to change notification settings - Fork 7.6k
How to use esp_wifi_internal_tx #71
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
Comments
This function is in a header which is marked internal. So you can try calling that function, but then you are on your own. |
I would like to know which packets are supported and how to use it exectly. I can only see the header file, so I have no idea what background actions taking place. That's why I'm asking. (As it is written in the file:)
With the ESP8266 there was a function called wifi_send_pkt_freedom. With this you could send your own packets, but only unencrypted and it blocked managment packets.
http://bbs.espressif.com/viewtopic.php?f=7&t=1357&p=10185&hilit=wifi_send_pkt_freedom#p10185 So... are here limitations too or something else to consider? |
@spacehuhn you've probably figured it out already, but for the record, you can see that Between the
and
|
adding targets to specify which trinket
Hey can I use esp_wifi_internal_tx to send my own packets (beacon for example)? How do I use it and what packets are supported?
The text was updated successfully, but these errors were encountered: