-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement enums and structs from nl80211.h #5
Comments
Hello @cathay4t, |
In stead of tackle down in the way of C header, I prefer do it through mimicking |
If you want to help, try to mimic |
Well, yes. My original goal was to do |
@AbuShawarib I have done the This crate is not targeted to replace nl802.11.h , I intend to close this issue and accepting feature request instead of C data type listing. |
It's Ok to restructure features based on commands instead. I have an unrelated question: There are many IEEE-802.11 info that require having a frame parser based on the spec to display in a meaningful way. It seems too big and broad of a parser to be a sub module inside this crate. Would you make use of something like ieee80211 or create our own? |
I create from scratch by reading IEEE specification because I would like to minimize the dependency chain. For simple bit structs, I use |
I have finished the work on Next thing is |
Implement the following enums in rust enums with appropriate implementation:
Implement the following structures in rust structs with appropriate implementation:
The text was updated successfully, but these errors were encountered: