Search found 1 match

by teebrin
Mon Jan 25, 2021 9:40 pm
Forum: ESP-IDF
Topic: Send and recieve raw WiFi packets
Replies: 1
Views: 3314

Send and recieve raw WiFi packets

Hi, I'm trying to send raw WiFi data packets and to receive them on another ESP32. I'm using esp_wifi_80211_tx() to send the packets to a specific address (not broadcast). I'm using promiscuous mode to receieve them, callback registered through esp_wifi_set_promiscuous_rx_cb(). Note that those raw p...