HomeSort by relevance Sort by last modified time
    Searched defs:SCARD_USIM (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 90 typedef enum { SCARD_GSM_SIM, SCARD_USIM } sim_types;
310 if (scard->sim_type == SCARD_USIM) {
532 SCARD_USIM, NULL, 0)) {
540 scard->sim_type = SCARD_USIM;
713 if (sim_type == SCARD_USIM) {
798 if (scard->sim_type == SCARD_USIM)
834 if (scard->sim_type == SCARD_USIM)
886 if (scard->sim_type == SCARD_USIM)
928 if (scard->sim_type == SCARD_USIM)
1073 (scard->sim_type == SCARD_USIM &
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 84 typedef enum { SCARD_GSM_SIM, SCARD_USIM } sim_types;
304 if (scard->sim_type == SCARD_USIM) {
526 SCARD_USIM, NULL, 0)) {
534 scard->sim_type = SCARD_USIM;
707 if (sim_type == SCARD_USIM) {
792 if (scard->sim_type == SCARD_USIM)
828 if (scard->sim_type == SCARD_USIM)
880 if (scard->sim_type == SCARD_USIM)
922 if (scard->sim_type == SCARD_USIM)
1122 (scard->sim_type == SCARD_USIM &
    [all...]

Completed in 29 milliseconds