Error with setting promiscuous filter to ALL.
Posted: Thu Sep 14, 2017 12:02 am
Calling
causes this output:
and then it seems the WiFi subsystem shuts down (or gets stuck - I can't tell). I get no packets when I should.
Oddly, it sometimes doesn't do this. Occasionally it works with no problem. Seems to be a timing issue I think.
Anyone have any idea why?
FYI: I'm using the Arduino framework which contains the v2.1 ESP-IDF.
Code: Select all
esp_wifi_set_promiscuous_filter(WIFI_PROMIS_FILTER_MASK_ALL);
Code: Select all
E (51478) wifi: wdev.c wdevProcessRxSucDataAll 1008
Oddly, it sometimes doesn't do this. Occasionally it works with no problem. Seems to be a timing issue I think.
Anyone have any idea why?
FYI: I'm using the Arduino framework which contains the v2.1 ESP-IDF.