OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcsc
(Results
1 - 11
of
11
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_config.h
380
*
pcsc
- Parameters for PC/SC smartcard interface for USIM and GSM SIM
388
char *
pcsc
;
member in struct:eap_peer_config
eap.c
1143
if (config->
pcsc
) {
1154
} else if (config->
pcsc
) {
[
all
...]
eap_sim.c
157
if (conf->
pcsc
) {
eap_aka.c
154
if (conf->
pcsc
) {
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
config.h
67
*
pcsc
- Use PC/SC and SIM/USIM card
69
int
pcsc
;
member in struct:wpa_cred
wpa_supplicant.conf
353
#
pcsc
: Use PC/SC and SIM/USIM card
[
all
...]
interworking.c
125
if (cred->
pcsc
|| cred->imsi)
137
if (cred->
pcsc
|| cred->imsi)
153
if (cred->domain || cred->
pcsc
|| cred->imsi)
804
if (cred->
pcsc
&& wpa_s->scard && scard_supports_umts(wpa_s->scard))
836
if (!cred->
pcsc
&& set_root_nai(ssid, cred->imsi, prefix) < 0) {
845
} else if (cred->
pcsc
) {
846
if (wpa_config_set_quoted(ssid, "
pcsc
", "") < 0)
[
all
...]
config_file.c
679
STR(
pcsc
);
730
if (cred->
pcsc
)
731
fprintf(f, "\tpcsc=%d\n", cred->
pcsc
);
config.c
[
all
...]
config_winreg.c
896
STR(
pcsc
);
events.c
281
if (ssid->eap.
pcsc
== NULL || wpa_s->scard != NULL)
317
"(sim=%d aka=%d) - initialize
PCSC
", sim, aka);
323
"(
pcsc
-lite)");
[
all
...]
Completed in 1138 milliseconds