Home | History | Annotate | Download | only in eap_server

Lines Matching defs:eap_methods

19 #include "eap_methods.h"
22 static struct eap_method *eap_methods;
34 for (m = eap_methods; m; m = m->next) {
54 for (m = eap_methods; m; m = m->next) {
119 for (m = eap_methods; m; m = m->next) {
130 eap_methods = method;
299 while (eap_methods) {
300 m = eap_methods;
301 eap_methods = eap_methods->next;