Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:eap_method

25 static struct eap_method *eap_methods = NULL;
34 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
36 struct eap_method *m;
56 struct eap_method *m;
79 struct eap_method *m;
98 struct eap_method *m;
132 struct eap_method *m;
167 const struct eap_method * eap_peer_get_methods(size_t *count)
170 struct eap_method *m;
235 int eap_peer_method_unload(struct eap_method *method)
237 struct eap_method *m, *prev;
283 struct eap_method * eap_peer_method_alloc(int version, int vendor,
286 struct eap_method *eap;
302 void eap_peer_method_free(struct eap_method *method)
317 int eap_peer_method_register(struct eap_method *method)
319 struct eap_method *m, *last = NULL;
505 struct eap_method *m;