Home
last modified time | relevance | path

Searched refs:scard_ctx (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.c228 ctx->scard_ctx = sm->scard_ctx; in rsn_preauth_init()
H A Dwpa.h191 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 Dwpa_i.h61 void *scard_ctx; /* context for smartcard callbacks */ member
H A Dwpa.c4427 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 Deap_i.h359 void *scard_ctx; member
H A Deap_sim.c298 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 Deap.c1559 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 Deap_aka.c300 return scard_umts_auth(sm->scard_ctx, data->rand, in eap_aka_umts_auth()
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h127 void *scard_ctx; member
H A Deapol_supp_sm.c1748 sm->ctx->scard_ctx = ctx; in eapol_sm_register_scard_ctx()
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c596 ctx->scard_ctx = wpa_s->scard; in test_eapol()