/external/wpa_supplicant/ |
D | wpa.h | 118 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx); 183 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() argument
|
D | preauth.c | 220 ctx->scard_ctx = sm->scard_ctx; in rsn_preauth_init()
|
D | eap_i.h | 327 void *scard_ctx; member
|
D | eapol_sm.h | 112 void *scard_ctx; member
|
D | wpa_i.h | 105 void *scard_ctx; /* context for smartcard callbacks */ member
|
D | eap_sim.c | 112 if (scard_gsm_auth(sm->scard_ctx, data->rand[0], in eap_sim_gsm_auth() 114 scard_gsm_auth(sm->scard_ctx, data->rand[1], in eap_sim_gsm_auth() 117 scard_gsm_auth(sm->scard_ctx, data->rand[2], in eap_sim_gsm_auth()
|
D | eap.c | 862 if (scard_get_imsi(sm->scard_ctx, imsi, &imsi_len)) { in eap_sm_imsi_identity() 898 if (scard_set_pin(sm->scard_ctx, ssid->pin)) { in eap_sm_set_scard_pin() 1945 sm->scard_ctx = ctx; in eap_register_scard_ctx()
|
D | wpa.c | 3959 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() argument 3963 sm->scard_ctx = scard_ctx; in wpa_sm_set_scard_ctx() 3965 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx); in wpa_sm_set_scard_ctx()
|
D | eapol_test.c | 355 ctx->scard_ctx = wpa_s->scard; in test_eapol()
|
D | eap_aka.c | 78 return scard_umts_auth(sm->scard_ctx, data->rand, in eap_aka_umts_auth()
|
D | eapol_sm.c | 1454 sm->ctx->scard_ctx = ctx; in eapol_sm_register_scard_ctx()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa.h | 100 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx); 163 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() argument
|
D | preauth.c | 221 ctx->scard_ctx = sm->scard_ctx; in rsn_preauth_init()
|
D | wpa_i.h | 52 void *scard_ctx; /* context for smartcard callbacks */ member
|
D | wpa.c | 2029 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() argument 2033 sm->scard_ctx = scard_ctx; in wpa_sm_set_scard_ctx() 2035 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx); in wpa_sm_set_scard_ctx()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_i.h | 324 void *scard_ctx; member
|
D | eap_sim.c | 156 if (scard_gsm_auth(sm->scard_ctx, data->rand[0], in eap_sim_gsm_auth() 158 scard_gsm_auth(sm->scard_ctx, data->rand[1], in eap_sim_gsm_auth() 161 scard_gsm_auth(sm->scard_ctx, data->rand[2], in eap_sim_gsm_auth()
|
D | eap.c | 881 if (scard_get_imsi(sm->scard_ctx, imsi, &imsi_len)) { in eap_sm_imsi_identity() 918 if (scard_set_pin(sm->scard_ctx, conf->pin)) { in eap_sm_set_scard_pin() 1975 sm->scard_ctx = ctx; in eap_register_scard_ctx()
|
D | eap_aka.c | 153 return scard_umts_auth(sm->scard_ctx, data->rand, in eap_aka_umts_auth()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
D | eapol_supp_sm.h | 112 void *scard_ctx; member
|
D | eapol_supp_sm.c | 1517 sm->ctx->scard_ctx = ctx; in eapol_sm_register_scard_ctx()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | eapol_test.c | 398 ctx->scard_ctx = wpa_s->scard; in test_eapol()
|