Home | History | Annotate | Download | only in dbus

Lines Matching refs:eap_methods

13 #include "eap_peer/eap_methods.h"
484 char **eap_methods;
501 eap_methods = eap_get_names_as_string_array(&num_items);
502 if (eap_methods) {
507 &iter_dict, "eap", (const char **) eap_methods,
511 while (eap_methods[i])
512 os_free(eap_methods[i++]);
513 os_free(eap_methods);