Home
last modified time | relevance | path

Searched refs:scard_ctx (Results 1 - 22 of 22) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_i.h359 void *scard_ctx; member
H A Deap_sim.c261 if (scard_gsm_auth(sm->scard_ctx, data->rand[0], in eap_sim_gsm_auth()
263 scard_gsm_auth(sm->scard_ctx, data->rand[1], in eap_sim_gsm_auth()
266 scard_gsm_auth(sm->scard_ctx, data->rand[2], in eap_sim_gsm_auth()
H A Deap.c1525 if (scard_get_imsi(sm->scard_ctx, imsi, &imsi_len)) { in eap_sm_imsi_identity()
1538 mnc_len = scard_get_mnc_len(sm->scard_ctx); in eap_sm_imsi_identity()
1598 if (scard_set_pin(sm->scard_ctx, conf->pin)) { in eap_sm_set_scard_pin()
3032 sm->scard_ctx = ctx; in eap_register_scard_ctx()
H A Deap_aka.c269 return scard_umts_auth(sm->scard_ctx, data->rand, in eap_aka_umts_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_i.h359 void *scard_ctx; member
H A Deap_sim.c263 if (scard_gsm_auth(sm->scard_ctx, data->rand[0], in eap_sim_gsm_auth()
265 scard_gsm_auth(sm->scard_ctx, data->rand[1], in eap_sim_gsm_auth()
268 scard_gsm_auth(sm->scard_ctx, data->rand[2], in eap_sim_gsm_auth()
H A Deap.c1565 if (scard_get_imsi(sm->scard_ctx, imsi, &imsi_len)) { in eap_sm_imsi_identity()
1578 mnc_len = scard_get_mnc_len(sm->scard_ctx); in eap_sm_imsi_identity()
1638 if (scard_set_pin(sm->scard_ctx, conf->cert.pin)) { in eap_sm_set_scard_pin()
3131 sm->scard_ctx = ctx; in eap_register_scard_ctx()
H A Deap_aka.c269 return scard_umts_auth(sm->scard_ctx, data->rand, in eap_aka_umts_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpreauth.c217 ctx->scard_ctx = sm->scard_ctx; in rsn_preauth_init()
H A Dwpa.h128 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx);
216 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.h55 void *scard_ctx; /* context for smartcard callbacks */ member
H A Dwpa.c2897 * @scard_ctx: Context pointer for smartcard related callback functions
2899 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() argument
2903 sm->scard_ctx = scard_ctx; in wpa_sm_set_scard_ctx()
2905 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx); in wpa_sm_set_scard_ctx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpreauth.c233 ctx->scard_ctx = sm->scard_ctx; in rsn_preauth_init()
H A Dwpa.h176 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx);
284 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.h60 void *scard_ctx; /* context for smartcard callbacks */ member
H A Dwpa.c4311 * @scard_ctx: Context pointer for smartcard related callback functions
4313 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx)
4317 sm->scard_ctx = scard_ctx;
4319 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h123 * scard_ctx - Callback context for PC/SC scard_*() function calls
127 void *scard_ctx; member
H A Deapol_supp_sm.c1723 sm->ctx->scard_ctx = ctx; in eapol_sm_register_scard_ctx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.h123 * scard_ctx - Callback context for PC/SC scard_*() function calls
127 void *scard_ctx; member
H A Deapol_supp_sm.c1776 sm->ctx->scard_ctx = ctx; in eapol_sm_register_scard_ctx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c592 ctx->scard_ctx = wpa_s->scard; in test_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.c592 ctx->scard_ctx = wpa_s->scard; in test_eapol()

Completed in 42 milliseconds