Lines Matching refs:eap_method
19 static struct eap_method *eap_methods = NULL;
21 static void eap_peer_method_free(struct eap_method *method);
30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method()
32 struct eap_method *m; in eap_peer_get_eap_method()
52 struct eap_method *m; in eap_peer_get_type()
75 struct eap_method *m; in eap_get_name()
96 struct eap_method *m; in eap_get_names()
130 struct eap_method *m; in eap_get_names_as_string_array()
165 const struct eap_method * eap_peer_get_methods(size_t *count) in eap_peer_get_methods()
168 struct eap_method *m; in eap_peer_get_methods()
233 int eap_peer_method_unload(struct eap_method *method) in eap_peer_method_unload()
235 struct eap_method *m, *prev; in eap_peer_method_unload()
281 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc()
284 struct eap_method *eap; in eap_peer_method_alloc()
300 static void eap_peer_method_free(struct eap_method *method) in eap_peer_method_free()
316 int eap_peer_method_register(struct eap_method *method) in eap_peer_method_register()
318 struct eap_method *m, *last = NULL; in eap_peer_method_register()
353 struct eap_method *m; in eap_peer_unregister_methods()