Hi everyone.
I am using Jacob as a bridge between my Java code and WMI (I don't want to write native code). I can query the access point for its MAC address and the reply is returned successfully. But...
Instead of getting a regular MAC address xx:xx:xx:xx:xx:xx, I get a value like the following (the numbers are random):
-95 114 54 -67 56 34
I don't know if this the NIC's fault or it is a default operation.
Honestly, I keep searching on the web but I cannot understand what is this. If anyone knows, I would be grateful to know.