![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Declarations for EAP-SIM. More...
#include <freeradius-devel/sim/base.h>
Go to the source code of this file.
Data Structures | |
struct | eap_sim_session_t |
struct | rlm_eap_sim_t |
Enumerations | |
enum | eap_sim_server_state_t { EAP_SIM_SERVER_START = 0 , EAP_SIM_SERVER_CHALLENGE , EAP_SIM_SERVER_REAUTHENTICATE , EAP_SIM_SERVER_SUCCESS_NOTIFICATION , EAP_SIM_SERVER_SUCCESS , EAP_SIM_SERVER_FAILURE_NOTIFICATION , EAP_SIM_SERVER_FAILURE , EAP_SIM_SERVER_MAX_STATES } |
Server states. More... | |
Declarations for EAP-SIM.
Definition in file eap_sim.h.
struct eap_sim_session_t |
Data Fields | ||
---|---|---|
bool | allow_encrypted | Whether we can send encrypted attributes. |
bool | challenge_success | Whether we received the correct challenge response. |
fr_sim_id_req_type_t | id_req | The type of identity we're requesting or previously requested. |
fr_sim_keys_t | keys | Various EAP-AKA keys. |
bool | send_result_ind | Say that we would like to use protected result indications (SIM-Notification-Success). |
int | sim_id | Packet ID. (replay protection) |
eap_sim_server_state_t | state | Current session state. |
struct rlm_eap_sim_t |