Search found 1 match

by fukaminakrize
Wed Aug 09, 2023 12:46 pm
Forum: ESP-IDF
Topic: TX packets capture in promiscuous mode
Replies: 0
Views: 878

TX packets capture in promiscuous mode

Hello, I'm experimenting with ESP32's promiscuous mode where I'm trying to capture both received and transmitted packets when the ESP32 is in the SoftAP mode. The official API seems to support only the received (RX) packets capture using esp_wifi_set_promiscuous_rx_cb function. Is there a way to cap...