eap_sim_db_pending Struct Reference
Public Types |
| enum | { PENDING,
SUCCESS,
FAILURE
} |
Data Fields |
|
struct eap_sim_db_pending * | next |
|
u8 | imsi [20] |
|
size_t | imsi_len |
|
enum eap_sim_db_pending:: { ... } | state |
|
void * | cb_session_ctx |
|
struct os_time | timestamp |
|
int | aka |
|
union { |
| struct { |
| u8 kc [EAP_SIM_MAX_CHAL][EAP_SIM_KC_LEN] |
| u8 sres [EAP_SIM_MAX_CHAL][EAP_SIM_SRES_LEN] |
| u8 rand [EAP_SIM_MAX_CHAL][GSM_RAND_LEN] |
| int num_chal |
| } sim |
| struct { |
| u8 rand [EAP_AKA_RAND_LEN] |
| u8 autn [EAP_AKA_AUTN_LEN] |
| u8 ik [EAP_AKA_IK_LEN] |
| u8 ck [EAP_AKA_CK_LEN] |
| u8 res [EAP_AKA_RES_MAX_LEN] |
| size_t res_len |
| } aka |
| } | u |
The documentation for this struct was generated from the following file: