OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
108
typedef enum { SCARD_GSM_SIM,
SCARD_USIM
} sim_types;
373
if (scard->sim_type ==
SCARD_USIM
) {
619
SCARD_USIM
, NULL, 0)) {
627
scard->sim_type =
SCARD_USIM
;
801
if (sim_type ==
SCARD_USIM
) {
886
if (scard->sim_type ==
SCARD_USIM
)
922
if (scard->sim_type ==
SCARD_USIM
)
974
if (scard->sim_type ==
SCARD_USIM
)
1016
if (scard->sim_type ==
SCARD_USIM
)
1046
if (scard->sim_type ==
SCARD_USIM
)
[
all
...]
Completed in 20 milliseconds