Home | History | Annotate | Download | only in eap_server

Lines Matching refs: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) {
113 for (m = eap_methods; m; m = m->next) {
124 eap_methods = method;
140 while (eap_methods) {
141 m = eap_methods;
142 eap_methods = eap_methods->next;
166 for (m = eap_methods; m; m = m->next) {