Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:sim

216  * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
222 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
229 int aka = 0, sim = 0, type;
235 sim = 1;
243 sim = 1;
252 sim = 0;
256 if (!sim && !aka) {
258 "use SIM, but neither EAP-SIM nor EAP-AKA are "
263 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is configured to use SIM "
264 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
265 if (sim && aka)
274 wpa_msg(wpa_s, MSG_WARNING, "Failed to initialize SIM "
1512 /* When using scanning (ap_scan=1), SIM PC/SC interface can be
1515 * smartcard or SIM/USIM. */