NETGetWirelessMacAddress

C Specification

#include <revolution/net.h>
s32     NETGetWirelessMacAddress( u8* pAddr );

Description

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.

Arguments

pAddr Specifies the buffer to which the MAC address is read. Writes 6 bytes of data to the specified address.

Return Values

Returns zero for success. Otherwise, returns a negative value.

See Also

None.

Revision History

2007/01/31 Initial version.


CONFIDENTIAL