Home | History | Annotate | Download | only in eap_server

Lines Matching refs:eap_method

22 static struct eap_method *eap_methods;
31 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
33 struct eap_method *m;
53 struct eap_method *m;
77 struct eap_method * eap_server_method_alloc(int version, int vendor,
80 struct eap_method *eap;
96 void eap_server_method_free(struct eap_method *method)
111 int eap_server_method_register(struct eap_method *method)
113 struct eap_method *m, *last = NULL;
297 struct eap_method *m;