/dev/wifidata: Difference between revisions

From WiiUBrew
Jump to navigation Jump to search
Created page with "{{DEFAULTSORT:dev/wifidata}} {{DISPLAYTITLE:/dev/wifidata}} Category:Wii U Filesystem The '''/dev/wifidata''' node is used by nsysnet.rpl for "data testing". It can se..."
 
(No difference)

Latest revision as of 17:23, 19 April 2025

The /dev/wifidata node is used by nsysnet.rpl for "data testing". It can send and receive data frames using /dev/wl0.

IOS_WRITE

Fills buffers submitted by WDReceiveData.

This doesn't seem to be used anywhere anymore, indicating that this might have only been used for early WiFi testing.

List of functions (IOS_IOCTLV)

Command Function Notes
0x1011 WDSendData Sends a data frame.
0x1012 WDReceiveData Submits a buffer and waits for it to be filled by IOS_WRITE.