Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:aka

268  * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
275 int aka = 0, sim = 0, type;
282 aka = 1;
292 aka = 1;
303 aka = 0;
305 if (!sim && !aka) {
307 "use SIM, but neither EAP-SIM nor EAP-AKA are "
313 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
314 if (sim && aka)
316 else if (aka)