Home | History | Annotate | Download | only in eap_server

Lines Matching defs:eap_methods

13 #include "eap_methods.h"
16 static struct eap_method *eap_methods;
28 for (m = eap_methods; m; m = m->next) {
48 for (m = eap_methods; m; m = m->next) {
116 for (m = eap_methods; m; m = m->next) {
129 eap_methods = method;
145 while (eap_methods) {
146 m = eap_methods;
147 eap_methods = eap_methods->next;
171 for (m = eap_methods; m; m = m->next) {