|
| enum | { PENDING,
SUCCESS,
FAILURE
} |
| |
|
|
struct eap_sim_db_pending * | next |
| |
|
char | imsi [20] |
| |
|
enum eap_sim_db_pending:: { ... } | state |
| |
|
void * | cb_session_ctx |
| |
|
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: