You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
The documentation on esp_wifi_set_promiscuous_filter() and esp_wifi_set_promiscuous_ctrl_filter() could use some improvement:
what does "filter" mean? Block or pass? "Filter" by itself seems ambiguous.
the relationship between the two functions is not clear. Does esp_wifi_set_promiscuous_filter() need to be called with the WIFI_PROMIS_FILTER_MASK_CTRL option beforeesp_wifi_set_promiscuous_ctrl_filter()?
what happens if you just call esp_wifi_set_promiscuous_ctrl_filter()?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Documentation: esp_wifi_set_promiscuous_filter() vs. esp_wifi_set_promiscuous_ctrl_filter()
Documentation: esp_wifi_set_promiscuous_filter() vs. esp_wifi_set_promiscuous_ctrl_filter() (IDFGH-9366)
Feb 10, 2023
what does "filter" mean? Block or pass? "Filter" by itself seems ambiguous.
The documentation already says "filter" means "pass".
If the sniffer mode is enabled, the following packets can be dumped to the application.
For frames that the sniffer can dump, the application can additionally decide which specific type of packets can be filtered to the application by using esp_wifi_set_promiscuous_filter() and esp_wifi_set_promiscuous_ctrl_filter().
Answers checklist.
General issue report
The documentation on
esp_wifi_set_promiscuous_filter()
andesp_wifi_set_promiscuous_ctrl_filter()
could use some improvement:esp_wifi_set_promiscuous_filter()
need to be called with theWIFI_PROMIS_FILTER_MASK_CTRL
option beforeesp_wifi_set_promiscuous_ctrl_filter()
?esp_wifi_set_promiscuous_ctrl_filter()
?The text was updated successfully, but these errors were encountered: