-
Notifications
You must be signed in to change notification settings - Fork 2
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
Initial Monitor Mode support #1
base: main
Are you sure you want to change the base?
Conversation
Thank you @DrSchottky for your contribution. Regarding this PR:
The project is supposed to be configurable with the Regarding the Let me know what you think. |
Hello @jlinktu |
I was thinking about upstreaming it. I mean, monitor mode support seems legit to be included in the driver. If georgerobotics do not want it, we can still use the local patch instead. -> We can add it for now and if they decide to accept it, we can remove our local one. :) |
Would it be possible to allow for the transmission of raw frames? i.e. Injection |
With the right patch in place, yes, this would be possible. |
Do you have some pointers where I should look for this, since I would love to implement AWDL and ESP-NOW on the rp pico w, but lack support for injection. |
Added driver patches to enable monitor mode and provided usage example.
Captures raw 802.11 frames w/ or w/o radiotap header (Nexmon required)
Complementary PR
seemoo-lab/nexmon#579