NWM Services: Difference between revisions
Line 454: | Line 454: | ||
[From here on, the client is paired with the server] | [From here on, the client is paired with the server] | ||
Client->Server: Encrypted data packet | Client->Server: Encrypted data packet containing an 8-byte 802.2 LLC header with ethertype = EAPoL (0x888E) and an u16 header of 0x201 (EAPoL-Start) | ||
Server->Broadcast: Encrypted data packet | Server->Broadcast: Encrypted data packet containing the updated node information after the client connected (Using ethertype = SecureData). | ||
Server->Client: Encrypted data packet containing | Server->Client: Encrypted data packet containing an 8-byte 802.2 LLC header with ethertype = EAPoL (0x888E) and an u16 header of 0x0202(EAPoL-Logoff) | ||
[From here on, data packets exchanged between the client and the server contain the information passed to SendTo, encapsulated with an LLC header with ethertype = 0x876D (SecureData)] | [From here on, data packets exchanged between the client and the server contain the information passed to SendTo, encapsulated with an LLC header with ethertype = 0x876D (SecureData)] | ||
==Data frames== | ==Data frames== |