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

Testing Frames #31

Open
Nukesor opened this issue Jan 17, 2025 · 0 comments
Open

Testing Frames #31

Nukesor opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Nukesor
Copy link
Owner

Nukesor commented Jan 17, 2025

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.
The 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 should be a last resort.

@Nukesor Nukesor added enhancement New feature or request help wanted Extra attention is needed labels Jan 17, 2025
@Nukesor Nukesor changed the title Testing Testing Frames Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant