ETicket services: Difference between revisions
No edit summary |
|||
Line 251: | Line 251: | ||
Generates random data, etc. | Generates random data, etc. | ||
Used by [[LDN_services|ldn]] with the authentication Challenge. | Used by [[LDN_services|ldn]] with the authentication Challenge, for AccessPoint during CreateNetwork. | ||
== Cmd1502 == | == Cmd1502 == | ||
Takes a type-0x16 output buffer containing a 0x100-byte struct, a type-0x15 input buffer containing a 0x300-byte struct, and a type-0x5 input buffer containing a 0x300-byte struct. | Takes a type-0x16 output buffer containing a 0x100-byte struct, a type-0x15 input buffer containing a 0x300-byte struct, and a type-0x5 input buffer containing an array of a 0x300-byte struct. | ||
Used by [[LDN_services|ldn]] with the authentication Challenge. | Used by [[LDN_services|ldn]] with the authentication Challenge. Used by the AccessPoint when handling a received authentication request. | ||
== Cmd1503 == | == Cmd1503 == | ||
Takes an input u64 and a type-0x16 output buffer containing a 0x300-byte struct. | Takes an input u64 and a type-0x16 output buffer containing a 0x300-byte struct. | ||
Creates an authentication challenge for [[LDN_services|ldn]]. | Creates an authentication challenge for [[LDN_services|ldn]]. Used by the Station when sending an authentication request, also used by the AccessPoint during CreateNetwork. | ||
== Cmd1504 == | == Cmd1504 == | ||
Takes a type-0x15 input buffer containing a 0x100-byte struct. | Takes a type-0x15 input buffer containing a 0x100-byte struct. | ||
Used by [[LDN_services|ldn]] with the authentication Challenge. | Used by [[LDN_services|ldn]] as Station with the authentication Challenge response data received from the AccessPoint. | ||
== Cmd1027 == | == Cmd1027 == |