wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
struct | CCRCDCRegisterCallbackData |
struct | CCRCDCMacAddress |
struct | CCRCDCWpsArgs |
struct | CCRCDCSysMessage |
struct | CCRCDCSysInfo |
struct | CCRCDCEepromData |
struct | CCRCDCWowlWakeDrcArg |
struct | CCRCDCUicConfig |
struct | CCRCDCFWInfo |
struct | CCRCDCSoftwareVersion |
struct | CCRCDCDrcState |
struct | CCRCDCDrhState |
Functions | |
int32_t | CCRCDCCommand (uint8_t unk, uint8_t fragment, CCRCDCDestination dest, uint8_t flags0, uint8_t flags1, uint8_t service, uint8_t method, void *payload, uint32_t payloadSize, void *reply, uint32_t replySize) |
Send a command directly to the specified destination. More... | |
int32_t | CCRCDCDevicePing (CCRCDCDestination dest) |
Send a ping to the specified destination. More... | |
int32_t | CCRCDCSetStationId (CCRCDCMacAddress *id) |
int32_t | CCRCDCGetMacAddress (CCRCDCDestination dest, CCRCDCMacAddress *mac) |
Gets the mac address of the specified destination. More... | |
int32_t | CCRCDCGetMultiDrc (uint8_t *numDrcs) |
Gets the amount of DRCs which can be connected to the system. More... | |
int32_t | CCRCDCSetMultiDrc (uint8_t numDrcs) |
Sets the amount of DRCs which can be connected to the system. More... | |
int32_t | CCRCDCSysGetDrcState (CCRCDCDestination dest, CCRCDCDrcState *state) |
Gets the state of the specified DRC. More... | |
int32_t | CCRCDCSysSetDrcState (CCRCDCDestination dest, CCRCDCDrcState *state) |
Sets the state of the specified DRC. More... | |
int32_t | CCRCDCSysGetDrhState (CCRCDCDrhState *state) |
Gets the Drh State. More... | |
int32_t | CCRCDCSysSetDrhState (CCRCDCDrhState *state) |
Sets the Drh State. More... | |
int32_t | CCRCDCWpsStart (void) |
Start WPS (WiFi Protected Setup) on the DRH. More... | |
int32_t | CCRCDCWpsStartEx (CCRCDCWpsArgs *args) |
Start WPS (WiFi Protected Setup) on the DRH. More... | |
int32_t | CCRCDCWpsStatus (CCRCDCWpsStatusType *status) |
Get the WPS status. More... | |
int32_t | CCRCDCWpsStop (void) |
Stop WPS. More... | |
int32_t | CCRCDCSysGetInfo (CCRCDCDestination dest, CCRCDCSysInfo *info) |
Get system information. More... | |
int32_t | CCRCDCSysDrcDisplayMessage (CCRCDCDestination dest, CCRCDCSysMessage *message) |
Display a message on the specified DRC. More... | |
int32_t | CCRCDCPerGetUicEeprom (CCRCDCDestination dest, CCRCDCEepromData *eeprom) |
Read the Eeprom of the specified device. More... | |
int32_t | CCRCDCPerGetUicEepromEx (CCRCDCDestination dest, CCRCDCEepromData *eeprom, IOSAsyncCallbackFn callback, void *arg) |
Read the Eeprom of the specified device (async version). More... | |
int32_t | CCRCDCSysConsoleShutdownInd (CCRCDCDestination dest) |
Notify the specified device that the console is about to shut down, and the device should shut down as well. More... | |
int32_t | CCRCDCWowlWakeDrc (CCRCDCWowlWakeDrcArg *arg) |
Wake on Wireless LAN (power on) the DRC(s). More... | |
int32_t | CCRCDCPerClearUicConfig (CCRCDCDestination dest) |
This doesn't seem to be implemented on the latest DRC/DRH firmware, and always returns an error. More... | |
int32_t | CCRCDCPerSetUicConfig (CCRCDCDestination dest, CCRCDCUicConfig *config) |
Set a configuration value in the DRC UIC EEPROM. More... | |
uint16_t | CCRCDCCalcCRC16 (void *data, uint32_t dataSize) |
Calculate a CRC16 used for DRC UIC EEPROM values. More... | |
int32_t | CCRCDCGetFWInfo (CCRCDCDestination dest, CCRCDCFWInfo *outInfo) |
Get the firmware info during a pending update. More... | |
int32_t | CCRCDCSoftwareGetVersion (CCRCDCDestination dest, CCRCDCSoftwareVersion *outVersion) |
Get software version information. More... | |
int32_t | CCRCDCSoftwareUpdate (CCRCDCDestination dest, const char *path, IOSAsyncCallbackFn callback, void *userContext) |
Perform a software update. More... | |
int32_t | CCRCDCSoftwareAbort (CCRCDCDestination dest) |
Abort a software update. More... | |
int32_t | CCRCDCSoftwareActivate (CCRCDCDestination dest) |
Activate a performed software update. More... | |
int32_t | CCRCDCSoftwareLangUpdate (CCRCDCDestination dest, const char *path, uint32_t *outVersion, IOSAsyncCallbackFn callback, void *userContext) |
Perform a language update. More... | |
int32_t | CCRCDCSoftwareLangActivate (CCRCDCDestination dest, uint32_t version, uint32_t *outActivationResult) |
Activate a performed language update. More... | |
int32_t | CCRCDCSoftwareGetExtId (CCRCDCDestination dest, CCRCDCExt ext, uint32_t *outId) |
Get an ext id from the specified destination. More... | |
int32_t | CCRCDCSoftwareExtUpdate (CCRCDCDestination dest, const char *path, uint32_t imageSize, uint32_t extId, CCRCDCExt ext, IOSAsyncCallbackFn callback, void *userContext) |
Perform an ext update. More... | |
int32_t | CCRCDCRegisterAOAttachCallback (CCRCDCRegisterCallbackFn callback, void *context) |
int32_t | CCRCDCRegisterCFGAttachCallback (CCRCDCRegisterCallbackFn callback, void *context) |
int32_t | CCRCDCRegisterHIDAttachCallback (CCRCDCRegisterCallbackFn callback, void *context) |
int32_t | CCRCDCRegisterSYSAttachCallback (CCRCDCRegisterCallbackFn callback, void *context) |
int32_t | CCRCDCRegisterUACAttachCallback (CCRCDCRegisterCallbackFn callback, void *context) |
int32_t | CCRCDCRegisterUVCAttachCallback (CCRCDCRegisterCallbackFn callback, void *context) |
int32_t | CCRCDCRegisterVOAttachCallback (CCRCDCRegisterCallbackFn callback, void *context) |