HomeSort by relevance Sort by last modified time
    Searched refs:sim_type (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant/
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...]
pcsc_funcs.h 45 struct scard_data * scard_init(scard_sim_type sim_type);
  /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...]
pcsc_funcs.h 45 struct scard_data * scard_init(scard_sim_type sim_type);
  /external/wpa_supplicant_8/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...]
pcsc_funcs.h 45 struct scard_data * scard_init(scard_sim_type sim_type);

Completed in 68 milliseconds