OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sim_type
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c
96
sim_types
sim_type
;
member in struct:scard_data
228
sim_types
sim_type
, unsigned char *aid,
303
if (scard->
sim_type
== SCARD_GSM_SIM) {
310
if (scard->
sim_type
== SCARD_USIM) {
425
* @
sim_type
: Allowed SIM types (SIM, USIM, or both)
430
* selected
sim_type
. In addition, local flag is set if a PIN is needed to
434
struct scard_data * scard_init(scard_sim_type
sim_type
)
528
scard->
sim_type
= SCARD_GSM_SIM;
529
if (
sim_type
== SCARD_USIM_ONLY ||
sim_type
== SCARD_TRY_BOTH)
[
all
...]
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.c
90
sim_types
sim_type
;
member in struct:scard_data
222
sim_types
sim_type
, unsigned char *aid,
297
if (scard->
sim_type
== SCARD_GSM_SIM) {
304
if (scard->
sim_type
== SCARD_USIM) {
419
* @
sim_type
: Allowed SIM types (SIM, USIM, or both)
424
* selected
sim_type
. In addition, local flag is set if a PIN is needed to
428
struct scard_data * scard_init(scard_sim_type
sim_type
)
522
scard->
sim_type
= SCARD_GSM_SIM;
523
if (
sim_type
== SCARD_USIM_ONLY ||
sim_type
== SCARD_TRY_BOTH)
[
all
...]
Completed in 20 milliseconds