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 346 void *scard_ctx; member in struct:eap_sm
eap_sim.c 256 if (scard_gsm_auth(sm->scard_ctx, data->rand[0],
258 scard_gsm_auth(sm->scard_ctx, data->rand[1],
261 scard_gsm_auth(sm->scard_ctx, data->rand[2],
    [all...]
eap.c     [all...]
eap_aka.c 262 return scard_umts_auth(sm->scard_ctx, data->rand,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 217 ctx->scard_ctx = sm->scard_ctx;
wpa.h 124 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx);
205 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx)
wpa_i.h 51 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 121 * scard_ctx - Callback context for PC/SC scard_*() function calls
125 void *scard_ctx; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 596 ctx->scard_ctx = wpa_s->scard;
    [all...]

Completed in 115 milliseconds