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
108
typedef enum {
SCARD_GSM_SIM
, SCARD_USIM } sim_types;
366
if (scard->sim_type ==
SCARD_GSM_SIM
) {
615
scard->sim_type =
SCARD_GSM_SIM
;
624
scard->sim_type =
SCARD_GSM_SIM
;
631
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1106
if (scard->sim_type ==
SCARD_GSM_SIM
) {
1180
if (scard->sim_type ==
SCARD_GSM_SIM
) {
[
all
...]
Completed in 20 milliseconds