OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCARD_GSM_SIM
(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;
303
if (scard->sim_type ==
SCARD_GSM_SIM
) {
528
scard->sim_type =
SCARD_GSM_SIM
;
537
scard->sim_type =
SCARD_GSM_SIM
;
544
if (scard->sim_type ==
SCARD_GSM_SIM
) {
978
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1055
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1071
if ((scard->sim_type ==
SCARD_GSM_SIM
&&
1087
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1154
if (scard->sim_type ==
SCARD_GSM_SIM
) {
[
all
...]
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.c
84
typedef enum {
SCARD_GSM_SIM
, SCARD_USIM } sim_types;
297
if (scard->sim_type ==
SCARD_GSM_SIM
) {
522
scard->sim_type =
SCARD_GSM_SIM
;
531
scard->sim_type =
SCARD_GSM_SIM
;
538
if (scard->sim_type ==
SCARD_GSM_SIM
) {
972
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1046
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1104
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1120
if ((scard->sim_type ==
SCARD_GSM_SIM
&&
1136
if (scard->sim_type ==
SCARD_GSM_SIM
) {
[
all
...]
Completed in 76 milliseconds