You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: