An SRP login response.
More...
#include <srp.h>
An SRP login response.
Definition at line 129 of file srp.h.
◆ type
Information unit type.
This must be SRP_LOGIN_RSP
Definition at line 134 of file srp.h.
◆ reserved0
uint8_t srp_login_rsp::reserved0[3] |
Reserved.
Definition at line 136 of file srp.h.
◆ request_limit_delta
uint32_t srp_login_rsp::request_limit_delta |
Request limit delta.
Definition at line 138 of file srp.h.
◆ tag
◆ max_i_t_iu_len
Maximum initiator to target IU length.
Definition at line 142 of file srp.h.
◆ max_t_i_iu_len
Maximum target to initiator IU length.
Definition at line 144 of file srp.h.
◆ supported_buffer_formats
uint16_t srp_login_rsp::supported_buffer_formats |
Supported buffer formats.
This is the bitwise OR of one or more SRP_LOGIN_RSP_FMT_XXX
constants.
Definition at line 150 of file srp.h.
◆ flags
Flags.
This is the bitwise OR of zero or more SRP_LOGIN_RSP_FLAG_XXX
and SRP_LOGIN_RSP_MCR_XXX
constants.
Definition at line 157 of file srp.h.
◆ reserved1
uint8_t srp_login_rsp::reserved1[25] |
Reserved.
Definition at line 159 of file srp.h.
The documentation for this struct was generated from the following file: