-
Notifications
You must be signed in to change notification settings - Fork 13.3k
802.11 packet reassembly #8983
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
Comments
Radio link layer details are out of reach from the API provided by the nonos-sdk firmware that we are using. |
Thank you for the fast response! |
Did you ask on their repository ? |
Hey, not yet, ill open an issue there as well, in the mean time any advice on how i may attempt to fix this myself? also checked on the esp32 and has the same issue |
The radio fw is closed-source. Unless being able to disassemble and debug their code, I can't think of anything helpful. |
Platform
Settings in IDE
Problem Description
I am attempting to capture a 802.11n packet stream from an iot device,
I was noticing im losing most of the packets, and after analyzing them i figured im losing all of the packets which are fragmented on the 802.11 layer (layer 2)
I have found information online on enabling layer 3 fragmanation and udp fragmanation, but nothing on the 802.11 fragmantation
I would love it if you can point me in the right direction
The text was updated successfully, but these errors were encountered: