NWM Services: Difference between revisions
EAPoL-Logoff frame |
|||
Line 535: | Line 535: | ||
| 0x28 | | 0x28 | ||
| NodeInfo structure with all fields in big-endian | | NodeInfo structure with all fields in big-endian | ||
|} | |||
This data is stored as big-endian. | |||
==EAPoL-Logoff frame== | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x2 | |||
| Always 0x202 in big-endian. | |||
|- | |||
| 0x2 | |||
| 0x2 | |||
| Unknown. Always 0? | |||
|- | |||
| 0x4 | |||
| 0x2 | |||
| Assigned network node id. | |||
|- | |||
| 0x6 | |||
| 0x6 | |||
| Mac address of the newly connected client. | |||
|- | |||
| 0xC | |||
| 0x4 | |||
| Unknown | |||
|- | |||
| 0x10 | |||
| 0x2 | |||
| Unknown. Always 0. | |||
|- | |||
| 0x12 | |||
| 0x1 | |||
| Number of connected nodes, including the new client. | |||
|- | |||
| 0x13 | |||
| 0x1 | |||
| Max number of nodes. | |||
|- | |||
| 0x14 | |||
| 0x2 | |||
| Always 0. | |||
|- | |||
| 0x16 | |||
| 0x2 | |||
| Unknown. | |||
|- | |||
| 0x18 | |||
| 0x280 | |||
| List of 16 NodeInfo structures with all fields in big-endian | |||
|} | |} | ||