Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:sim

299  * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
305 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
312 int aka = 0, sim = 0;
319 sim = 1;
327 sim = 1;
337 sim = 0;
343 if (!sim && !aka) {
345 "use SIM, but neither EAP-SIM nor EAP-AKA are "
350 wpa_dbg(wpa_s, MSG_DEBUG, "Selected network is configured to use SIM "
351 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
355 wpa_msg(wpa_s, MSG_WARNING, "Failed to initialize SIM "
1943 /* When using scanning (ap_scan=1), SIM PC/SC interface can be
1946 * smartcard or SIM/USIM. */