HomeSort by relevance Sort by last modified time
    Searched full:pcsc (Results 1 - 18 of 18) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
todo.txt 4 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
interworking.c 153 if (cred->pcsc || cred->imsi)
165 if (cred->pcsc || cred->imsi)
181 if (cred->domain || cred->pcsc || cred->imsi ||
949 if (cred->pcsc && wpa_s->scard && scard_supports_umts(wpa_s->scard))
981 if (!cred->pcsc && set_root_nai(ssid, cred->imsi, prefix) < 0) {
990 } else if (cred->pcsc) {
991 if (wpa_config_set_quoted(ssid, "pcsc", "") < 0)
    [all...]
config_file.c 696 STR(pcsc);
758 if (cred->pcsc)
759 fprintf(f, "\tpcsc=%d\n", cred->pcsc);
config.h 74 * pcsc - Use PC/SC and SIM/USIM card
76 int pcsc; member in struct:wpa_cred
    [all...]
config.c     [all...]
Android.mk 864 L_CFLAGS += -DPCSC_FUNCS -I/usr/include/PCSC
866 # -lpthread may not be needed depending on how pcsc-lite was configured
    [all...]
README-HS20 122 # pcsc: Use PC/SC and SIM/USIM card
config_winreg.c 899 STR(pcsc);
Makefile 877 CFLAGS += -DPCSC_FUNCS -I/usr/include/PCSC
879 # -lpthread may not be needed depending on how pcsc-lite was configured
    [all...]
wpa_supplicant.conf 372 # pcsc: Use PC/SC and SIM/USIM card
    [all...]
ChangeLog 297 * PCSC and SIM/USIM improvements:
    [all...]
events.c 314 if ((ssid != NULL && ssid->eap.pcsc == NULL) ||
351 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
356 "(pcsc-lite)");
    [all...]
README 331 authentication algorithm (for EAP-SIM/EAP-AKA). This requires pcsc-lite
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 406 * pcsc - Parameters for PC/SC smartcard interface for USIM and GSM SIM
414 char *pcsc; member in struct:eap_peer_config
eap.c     [all...]
eap_sim.c 252 if (conf->pcsc) {
    [all...]
eap_aka.c 259 if (conf->pcsc) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 304 setNetworkParam(id, "pcsc", "", true);
306 setNetworkParam(id, "pcsc", "NULL", false);

Completed in 277 milliseconds