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

nrf_wifi: Bring in Promiscuous mode filtering support in driver #227

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

VivekUppunda
Copy link

This set of changes brings in promiscuous mode filtering support in the driver. Since, firmware woulld be unable to filter packets in the case of promiscuous mode as it would lead to connection issues, filtering support is moved to the driver for promiscuous mode.

drivers/nrf_wifi/fw_if/umac_if/inc/fmac_util.h Outdated Show resolved Hide resolved
drivers/nrf_wifi/fw_if/umac_if/inc/fmac_util.h Outdated Show resolved Hide resolved
drivers/nrf_wifi/fw_if/umac_if/src/fmac_util.c Outdated Show resolved Hide resolved
The changes introduces support functions and structures
for promiscuous mode operation.

Signed-off-by: Vivekananda Uppunda <vivekananda.uppunda@nordicsemi.no>
This set of changes brings in promiscuous mode filtering support in
the driver. Since, firmware would be unable to filter packets in
the case of promiscuous mode as it would lead to connection issues,
filtering support is moved to the driver for promiscuous mode.

Signed-off-by: Vivekananda Uppunda <vivekananda.uppunda@nordicsemi.no>
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

Successfully merging this pull request may close these issues.

3 participants