Searched refs:pcsc (Results 1 - 20 of 20) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_config.h | 499 * pcsc - Parameters for PC/SC smartcard interface for USIM and GSM SIM 507 char *pcsc; member
|
H A D | eap_sim.c | 260 if (conf->pcsc) { in eap_sim_gsm_auth()
|
H A D | eap_aka.c | 268 if (conf->pcsc) { in eap_aka_umts_auth()
|
H A D | eap.c | 1667 if (config->pcsc) { in eap_sm_buildIdentity()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_config.h | 528 * pcsc - Parameters for PC/SC smartcard interface for USIM and GSM SIM 536 char *pcsc; member
|
H A D | eap_sim.c | 262 if (conf->pcsc) { in eap_sim_gsm_auth()
|
H A D | eap_aka.c | 268 if (conf->pcsc) { in eap_aka_umts_auth()
|
H A D | eap.c | 1712 if (config->pcsc) { in eap_sm_buildIdentity()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 163 if (cred->pcsc || cred->imsi) in cred_with_3gpp() 175 if (cred->pcsc || cred->imsi) in cred_with_nai_realm() 191 if (cred->domain || cred->pcsc || cred->imsi || in cred_with_domain() 1012 if (cred->pcsc && wpa_s->scard && scard_supports_umts(wpa_s->scard)) in interworking_connect_3gpp() 1044 if (!cred->pcsc && set_root_nai(ssid, cred->imsi, prefix) < 0) { in interworking_connect_3gpp() 1053 } else if (cred->pcsc) { in interworking_connect_3gpp() 1054 if (wpa_config_set_quoted(ssid, "pcsc", "") < 0) in interworking_connect_3gpp() 1972 if (cred->pcsc && wpa_s->scard) { in interworking_credentials_available_3gpp() 1981 if (cred->pcsc && wpa_s->mnc_len > 0 && wpa_s->imsi[0]) { in interworking_credentials_available_3gpp() 2241 else if (cred->pcsc in interworking_home_sp_cred() [all...] |
H A D | config.h | 95 * pcsc - Use PC/SC and SIM/USIM card 97 int pcsc; member
|
H A D | config_file.c | 802 STR(pcsc); in wpa_config_write_network() 945 if (cred->pcsc) in wpa_config_write_cred() 946 fprintf(f, "\tpcsc=%d\n", cred->pcsc); in wpa_config_write_cred()
|
H A D | config_winreg.c | 912 STR(pcsc); in wpa_config_write_network()
|
H A D | config.c | 2277 { STRe(pcsc) }, 2548 os_free(eap->pcsc); in eap_peer_config_free() 3299 if (os_strcmp(var, "pcsc") == 0) { in wpa_config_set_cred() 3300 cred->pcsc = atoi(value); in wpa_config_set_cred() 3651 if (os_strcmp(var, "pcsc") == 0) in wpa_config_get_cred_no_key() 3652 return alloc_int_str(cred->pcsc); in wpa_config_get_cred_no_key()
|
H A D | events.c | 424 if ((ssid != NULL && ssid->eap.pcsc == NULL) || in wpa_supplicant_scard_init() 466 "(pcsc-lite)"); in wpa_supplicant_scard_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | interworking.c | 163 if (cred->pcsc || cred->imsi) in cred_with_3gpp() 175 if (cred->pcsc || cred->imsi) in cred_with_nai_realm() 191 if (cred->domain || cred->pcsc || cred->imsi || in cred_with_domain() 1023 if (cred->pcsc && wpa_s->scard && scard_supports_umts(wpa_s->scard)) in interworking_connect_3gpp() 1055 if (!cred->pcsc && set_root_nai(ssid, cred->imsi, prefix) < 0) { in interworking_connect_3gpp() 1064 } else if (cred->pcsc) { in interworking_connect_3gpp() 1065 if (wpa_config_set_quoted(ssid, "pcsc", "") < 0) in interworking_connect_3gpp() 2015 if (cred->pcsc && wpa_s->scard) { in interworking_credentials_available_3gpp() 2024 if (cred->pcsc && wpa_s->mnc_len > 0 && wpa_s->imsi[0]) { in interworking_credentials_available_3gpp() 2288 else if (cred->pcsc in interworking_home_sp_cred() [all...] |
H A D | config.h | 98 * pcsc - Use PC/SC and SIM/USIM card 100 int pcsc; member
|
H A D | config_file.c | 784 STR(pcsc); in wpa_config_write_network() 948 if (cred->pcsc) in wpa_config_write_cred() 949 fprintf(f, "\tpcsc=%d\n", cred->pcsc); in wpa_config_write_cred()
|
H A D | config_winreg.c | 923 STR(pcsc); in wpa_config_write_network()
|
H A D | config.c | 2608 { STRe(pcsc, pcsc) }, 2919 os_free(eap->pcsc); in eap_peer_config_free() 3723 if (os_strcmp(var, "pcsc") == 0) { in wpa_config_set_cred() 3724 cred->pcsc = atoi(value); in wpa_config_set_cred() 4104 if (os_strcmp(var, "pcsc") == 0) in wpa_config_get_cred_no_key() 4105 return alloc_int_str(cred->pcsc); in wpa_config_get_cred_no_key()
|
H A D | events.c | 495 if ((ssid != NULL && ssid->eap.pcsc == NULL) || in wpa_supplicant_scard_init() 537 "(pcsc-lite)"); in wpa_supplicant_scard_init()
|
Completed in 54 milliseconds