Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:sim

266  * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
272 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
279 int aka = 0, sim = 0;
285 sim = 1;
293 sim = 1;
303 sim = 0;
309 if (!sim && !aka) {
311 "use SIM, but neither EAP-SIM nor EAP-AKA are "
316 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is configured to use SIM "
317 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
319 wpa_s->scard = scard_init((!sim && aka) ? SCARD_USIM_ONLY :
322 wpa_msg(wpa_s, MSG_WARNING, "Failed to initialize SIM "
1809 /* When using scanning (ap_scan=1), SIM PC/SC interface can be
1812 * smartcard or SIM/USIM. */