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, in eap_peer_get_eap_method()
33 struct eap_method *m; in eap_peer_get_eap_method()
53 struct eap_method *m; in eap_peer_get_type()
76 struct eap_method *m; in eap_get_name()
97 struct eap_method *m; in eap_get_names()
131 struct eap_method *m; in eap_get_names_as_string_array()
166 const struct eap_method * eap_peer_get_methods(size_t *count) in eap_peer_get_methods()
169 struct eap_method *m; in eap_peer_get_methods()
234 int eap_peer_method_unload(struct eap_method *method) in eap_peer_method_unload()
236 struct eap_method *m, *prev; in eap_peer_method_unload()
282 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc()
286 struct eap_method *eap; in eap_peer_method_alloc()
302 static void eap_peer_method_free(struct eap_method *method) in eap_peer_method_free()
318 int eap_peer_method_register(struct eap_method *method) in eap_peer_method_register()
320 struct eap_method *m, *last = NULL; in eap_peer_method_register()
355 struct eap_method *m; in eap_peer_unregister_methods()