-
-
Notifications
You must be signed in to change notification settings - Fork 104
WD/Wifi: Add Wifi control implementations #247
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
Conversation
DacoTaco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is just a quick look over the code. please check the comments.
also, can you provide an example on how to use the code? a small console app is ok and can be integrated in the wii-examples repo later
Sure. |
… instead of WD_GetWork() in WD_Deinit().
GetLength, GetIE (Get the data), GetNumberOfIEs.
|
@DacoTaco Would you mind reviewing the latest commit? |
The way I interpreted IEs was wrong, which lead to the code being absolutely useless and broken (The last commit happened because of the lack of tests).
DacoTaco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only one comment left.
tested on my wii with provided example code :
wdexample.zip
DacoTaco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR brings to libogc the ability to talk with the Wireless Driver (WD) and perform some basic operations, such as :
More operations will hopefully come soon.