Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:sim

178  * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
184 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
190 int aka = 0, sim = 0, type;
196 sim = 1;
204 sim = 1;
213 sim = 0;
217 if (!sim && !aka) {
219 "SIM, but neither EAP-SIM nor EAP-AKA are enabled");
223 wpa_printf(MSG_DEBUG, "Selected network is configured to use SIM "
224 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
225 if (sim && aka)
234 wpa_printf(MSG_WARNING, "Failed to initialize SIM "
865 /* When using scanning (ap_scan=1), SIM PC/SC interface can be
868 * smartcard or SIM/USIM. */