Skip to content
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

[TW#15688] WiFi Promiscuous filter breaks w/ WIFI_PROMIS_FILTER_MASK_ALL #1037

Closed
SoftwareSamurai opened this issue Sep 25, 2017 · 4 comments

Comments

@SoftwareSamurai
Copy link

After calling esp_wifi_set_promiscuous_filter() with the filter set to WIFI_PROMIS_FILTER_MASK_ALL and starting up the WiFi, I randomly get this output:

"E (51478) wifi: wdev.c wdevProcessRxSucDataAll 1008"

When I get that, the Promiscuous callback appears to never get called. But it doesn't happen all the time. In fact, I can reset the ESP32 via the button (not even re-uploading my program) and sometimes it happens and sometimes it runs fine.

--Details--
Board: ESP32 Dev Module, Rev 0.
IDE: PlatformIO (Also tried this on Arduino IDE - same results)
Core: Latest arduino-esp32 branch.

(Note: Originally reported on the arduino-esp32 repro, but was asked to move it over here.)

@FayeY FayeY changed the title WiFi Promiscuous filter breaks w/ WIFI_PROMIS_FILTER_MASK_ALL [TW#15688] WiFi Promiscuous filter breaks w/ WIFI_PROMIS_FILTER_MASK_ALL Oct 3, 2017
@liuzfesp
Copy link
Contributor

liuzfesp commented Oct 9, 2017

HI @SoftwareSamurai I didn't see this issue before, but I think this is a bug in WiFi, will update you when we find the root cause

@malaimoo
Copy link

esp_wifi_set_promiscuous_filter is ok only when WIFI_PROMIS_FILTER_MASK_MGMT

@TimXia
Copy link
Contributor

TimXia commented Jan 24, 2018

@SoftwareSamurai @malaimoo The issue has been solved in IDFv3.0. Please pull the latest IDFv3.0 to test. Thanks,

@TimXia
Copy link
Contributor

TimXia commented Jan 26, 2018

@SoftwareSamurai @malaimoo The IDF commitID 891c1f4 and cdd7a87 have solved this issue. Please have a try.

@FayeY FayeY closed this as completed Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants