Home
last modified time | relevance | path

Searched refs:eapol_int_var (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap.h116 enum eapol_int_var { enum
166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable);
174 void (*set_int)(void *ctx, enum eapol_int_var variable,
H A Deap.c70 static unsigned int eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) in eapol_get_int()
76 static void eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, in eapol_set_int()
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c1944 static unsigned int eapol_sm_get_int(void *ctx, enum eapol_int_var variable) in eapol_sm_get_int()
1957 static void eapol_sm_set_int(void *ctx, enum eapol_int_var variable, in eapol_sm_set_int()