Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:aka

305  * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
312 int aka = 0, sim = 0;
320 aka = 1;
330 aka = 1;
341 aka = 0;
343 if (!sim && !aka) {
345 "use SIM, but neither EAP-SIM nor EAP-AKA are "
351 "(sim=%d aka=%d) - initialize PCSC", sim, aka);