Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:sim

379  * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
385 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
392 int aka = 0, sim = 0;
399 sim = 1;
407 sim = 1;
417 sim = 0;
423 if (!sim && !aka) {
425 "use SIM, but neither EAP-SIM nor EAP-AKA are "
430 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is configured to use SIM "
431 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
435 wpa_msg(wpa_s, MSG_WARNING, "Failed to initialize SIM "
2111 /* When using scanning (ap_scan=1), SIM PC/SC interface can be
2114 * smartcard or SIM/USIM. */