Difference between revisions of "NWMUDS:EjectClient"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00050040] |- | 1 | u16 NetworkNodeID. The broadcast alias can be used to disc...")
 
(No difference)

Latest revision as of 06:53, 6 April 2016

Request[edit]

Index Word Description
0 Header code [0x00050040]
1 u16 NetworkNodeID. The broadcast alias can be used to disconnect all clients.

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This can be used by the host to force-disconnect client(s). On the wifi network side this is done by just sending 802.11 deauthentication frame(s).