MAC Address anomaly?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

MAC Address anomaly?

Post by Art »

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.
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

use unsigned char for your buffer type
10011011 00101010 11010111 10001001 10111010
Post Reply