#include <revolution/net.h>
s32 NETGetWirelessMacAddress( u8* pAddr );
Gets the MAC address of the Wi-Fi module. Always gets the MAC address for the Wi-Fi module, regardless of the network interface in use with the current network settings.
pAddr |
Specifies the buffer to which the MAC address is read. Writes 6 bytes of data to the specified address. |
Returns zero for success. Otherwise, returns a negative value.
None.
2007/01/31 Initial version.
CONFIDENTIAL