NWM Services: Difference between revisions
No edit summary |
|||
Line 144: | Line 144: | ||
|- | |- | ||
| 0x1C | | 0x1C | ||
| | | 0x1 | ||
| ? | |||
|- | |||
| 0x1D | |||
| 0x1 | |||
| ? | |||
|- | |||
| 0x1E | |||
| 0x1 | |||
| ? | |||
|- | |||
| 0x1F | |||
| 0x1 | |||
| ? | | ? | ||
|- | |- | ||
Line 207: | Line 219: | ||
Normally the size of this tag(from the tag size field) is 0x34. | Normally the size of this tag(from the tag size field) is 0x34. | ||
==== OUI Type 24 ==== | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
|- | |||
| 0x0 | |||
| 0x3 | |||
| OUI, see above. | |||
|- | |||
| 0x3 | |||
| 0x1 | |||
| OUI type (24/0x18) | |||
|- | |||
| 0x4 | |||
| See below | |||
| Encrypted data | |||
|} | |||
This is the tag0 used with [[NWMUDS:DecryptBeaconData]]. The size of data stored under this tag has a maximum size of 0xFA-bytes, however normally the size is smaller than that. Additional encrypted data, if any, is stored under the below tag1. | |||
==== OUI Type 25 ==== | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
|- | |||
| 0x0 | |||
| 0x3 | |||
| OUI, see above. | |||
|- | |||
| 0x3 | |||
| 0x1 | |||
| OUI type (25/0x19) | |||
|- | |||
| 0x4 | |||
| See above | |||
| Encrypted data | |||
|} | |||
When this exists in the beacon, this is the tag1 used with [[NWMUDS:DecryptBeaconData]]. The data stored here is the 0xFA-bytes following the previous encrypted data in tag0, for more space for storing the encrypted data. |