Search found 1 match
- Mon May 22, 2023 6:44 am
- Forum: ESP-IDF
- Topic: esp_wifi_80211_tx() and esp_wifi_set_promiscuous_rx_cb()
- Replies: 0
- Views: 1347
esp_wifi_80211_tx() and esp_wifi_set_promiscuous_rx_cb()
Hi I would like to use esp_wifi_80211_tx() and esp_wifi_set_promiscuous_rx_cb(). I need to implement a very customized protocol so I need to be able to send a 802.11 Data Frame. I also need to receive Data Frames. In my experiment program I am able to receive only management frames, never a data fra...