Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:eap_method

19 static struct eap_method *eap_methods = NULL;
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
30 struct eap_method *m;
50 struct eap_method *m;
73 struct eap_method *m;
94 struct eap_method *m;
128 struct eap_method *m;
163 const struct eap_method * eap_peer_get_methods(size_t *count)
166 struct eap_method *m;
231 int eap_peer_method_unload(struct eap_method *method)
233 struct eap_method *m, *prev;
279 struct eap_method * eap_peer_method_alloc(int version, int vendor,
282 struct eap_method *eap;
298 void eap_peer_method_free(struct eap_method *method)
313 int eap_peer_method_register(struct eap_method *method)
315 struct eap_method *m, *last = NULL;
346 struct eap_method *m;