Searched refs:scard_ctx (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | preauth.c | 228 ctx->scard_ctx = sm->scard_ctx; in rsn_preauth_init()
|
H A D | wpa.h | 191 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx); 298 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() argument
|
H A D | wpa_i.h | 61 void *scard_ctx; /* context for smartcard callbacks */ member
|
H A D | wpa.c | 4427 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() argument 4431 sm->scard_ctx = scard_ctx; in wpa_sm_set_scard_ctx() 4433 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx); in wpa_sm_set_scard_ctx()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_i.h | 359 void *scard_ctx; member
|
H A D | eap_sim.c | 298 if (scard_gsm_auth(sm->scard_ctx, data->rand[0], in eap_sim_gsm_auth() 300 scard_gsm_auth(sm->scard_ctx, data->rand[1], in eap_sim_gsm_auth() 303 scard_gsm_auth(sm->scard_ctx, data->rand[2], in eap_sim_gsm_auth()
|
H A D | eap.c | 1559 if (scard_get_imsi(sm->scard_ctx, imsi, &imsi_len)) { in eap_sm_imsi_identity() 1572 mnc_len = scard_get_mnc_len(sm->scard_ctx); in eap_sm_imsi_identity() 1632 if (scard_set_pin(sm->scard_ctx, conf->cert.pin)) { in eap_sm_set_scard_pin() 3154 sm->scard_ctx = ctx; in eap_register_scard_ctx()
|
H A D | eap_aka.c | 300 return scard_umts_auth(sm->scard_ctx, data->rand, in eap_aka_umts_auth()
|
/freebsd/contrib/wpa/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 127 void *scard_ctx; member
|
H A D | eapol_supp_sm.c | 1748 sm->ctx->scard_ctx = ctx; in eapol_sm_register_scard_ctx()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eapol_test.c | 596 ctx->scard_ctx = wpa_s->scard; in test_eapol()
|