Home | History | Annotate | Download | only in eap_server

Lines Matching refs:eap_method

16 static struct eap_method *eap_methods;
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
27 struct eap_method *m;
47 struct eap_method *m;
71 struct eap_method * eap_server_method_alloc(int version, int vendor,
74 struct eap_method *eap;
90 void eap_server_method_free(struct eap_method *method)
105 int eap_server_method_register(struct eap_method *method)
107 struct eap_method *m, *last = NULL;
138 struct eap_method *m;
163 struct eap_method *m;