Difference between revisions of "NWM Shared Memory"

From 3dbrew
Jump to navigation Jump to search
(Created page with "This page is for the NWMSOC shared memory. Every 0x800-bytes(size is from a state field) in sharedmem is for an entry, minus some other data near the end of...")
 
 
Line 1: Line 1:
This page is for the [[NWM_Services|NWMSOC]] shared memory.
+
This page is for the [[NWM_Services|NWMSOC]] shared memory. Total size is 0x22000-bytes.
  
Every 0x800-bytes(size is from a state field) in sharedmem is for an entry, minus some other data near the end of sharedmem.
+
Every 0x800-bytes(size is from a state field) in sharedmem is for an entry, minus some other data near the end of sharedmem. There's a total of 0x40 entries, with a total byte-size of 0x20000.
  
 
=Entry=
 
=Entry=

Latest revision as of 18:59, 13 February 2017

This page is for the NWMSOC shared memory. Total size is 0x22000-bytes.

Every 0x800-bytes(size is from a state field) in sharedmem is for an entry, minus some other data near the end of sharedmem. There's a total of 0x40 entries, with a total byte-size of 0x20000.

Entry[edit]

Offset Size Description
0x0 0x4 Index for the next entry.
0x4 0x7FC ?

This also contains the entire 802.11 frame + extracted metadata.