Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:aka

227  * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
233 int aka = 0, sim = 0, type;
240 aka = 1;
249 aka = 1;
258 aka = 0;
260 if (!sim && !aka) {
262 "use SIM, but neither EAP-SIM nor EAP-AKA are "
268 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
269 if (sim && aka)
271 else if (aka)