HomeSort by relevance Sort by last modified time
    Searched refs:scard_ctx (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 333 void *scard_ctx; member in struct:eap_sm
eap_sim.c 158 if (scard_gsm_auth(sm->scard_ctx, data->rand[0],
160 scard_gsm_auth(sm->scard_ctx, data->rand[1],
163 scard_gsm_auth(sm->scard_ctx, data->rand[2],
eap.c 962 mnc_len = scard_get_mnc_len(sm->scard_ctx);
1002 if (scard_get_imsi(sm->scard_ctx, imsi, &imsi_len)) {
1067 if (scard_set_pin(sm->scard_ctx, conf->pin)) {
    [all...]
eap_aka.c 155 return scard_umts_auth(sm->scard_ctx, data->rand,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 211 ctx->scard_ctx = sm->scard_ctx;
wpa.h 106 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx);
177 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx)
wpa_i.h 49 void *scard_ctx; /* context for smartcard callbacks */ member in struct:wpa_sm
wpa.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 102 * scard_ctx - Callback context for PC/SC scard_*() function calls
106 void *scard_ctx; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 475 ctx->scard_ctx = wpa_s->scard;
    [all...]

Completed in 615 milliseconds