Hi Guys,
I have at different stages, read the PSP MAC address with both WLAN
library, and direct from idstorage area (key 0x44).
If the MAC address reported in System Information is:
00:01:02:03:04:05 (for example)
and i read it into a program, I get the values:
0x00, 0x01, 0x02, 0xFFFFFF03, 0x04, 0x05.
Then I have to copy to another buffer made of u8 elements to get the
values I see in the XMB so the MAC address can be displayed.
Is there some explianation for this?
Art.