A lot of new features have been upstreamed from AngryOxide in b85be02
In contrast to the rest of the project, those features are practically untested.
Somebody needs to do that, if this crate is to reach a proper standard again.
A good way to start would be to:
- Go through the commit and take any of the new frames.
- Write a test in the style of https://github.com/Nukesor/libwifi/blob/main/libwifi/tests/management_frames.rs#L5.
- In the best case, the frame should be taken from a real world example, which can be achieved by using the example project. Simply print the payload if the frame type you're looking for shows up. If that's not possible the frame would need to be hand crafted, which is okay, but should be a last resort.
A lot of new features have been upstreamed from AngryOxide in b85be02
In contrast to the rest of the project, those features are practically untested.
Somebody needs to do that, if this crate is to reach a proper standard again.
A good way to start would be to: