Searched defs:eap_methods (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_methods.c13 #include "eap_methods.h"
16 static struct eap_method *eap_methods; variable in typeref:struct:eap_method
28 for (m = eap_methods; m; m = m->next) {
48 for (m = eap_methods; m; m = m->next) {
113 for (m = eap_methods; m; m = m->next) {
124 eap_methods = method;
140 while (eap_methods) {
141 m = eap_methods;
142 eap_methods = eap_methods
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_methods.c13 #include "eap_methods.h"
16 static struct eap_method *eap_methods; variable in typeref:struct:eap_method
28 for (m = eap_methods; m; m = m->next) {
48 for (m = eap_methods; m; m = m->next) {
113 for (m = eap_methods; m; m = m->next) {
124 eap_methods = method;
140 while (eap_methods) {
141 m = eap_methods;
142 eap_methods = eap_methods
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_methods.c13 #include "eap_methods.h"
16 static struct eap_method *eap_methods; variable in typeref:struct:eap_method
28 for (m = eap_methods; m; m = m->next) {
48 for (m = eap_methods; m; m = m->next) {
113 for (m = eap_methods; m; m = m->next) {
124 eap_methods = method;
140 while (eap_methods) {
141 m = eap_methods;
142 eap_methods = eap_methods
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.c16 #include "eap_methods.h"
19 static struct eap_method *eap_methods = NULL; variable in typeref:struct:eap_method
31 for (m = eap_methods; m; m = m->next) {
51 for (m = eap_methods; m; m = m->next) {
76 for (m = eap_methods; m; m = m->next) {
103 for (m = eap_methods; m; m = m->next) {
105 m == eap_methods ? "" : " ", m->name);
133 for (m = eap_methods; m; m = m->next)
140 for (m = eap_methods; m; m = m->next) {
168 for (m = eap_methods;
[all...]
H A Deap_config.h332 * eap_methods - Allowed EAP methods
337 struct eap_method_type *eap_methods; member in struct:eap_peer_config
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c16 #include "eap_methods.h"
19 static struct eap_method *eap_methods = NULL; variable in typeref:struct:eap_method
31 for (m = eap_methods; m; m = m->next) {
51 for (m = eap_methods; m; m = m->next) {
76 for (m = eap_methods; m; m = m->next) {
103 for (m = eap_methods; m; m = m->next) {
105 m == eap_methods ? "" : " ", m->name);
133 for (m = eap_methods; m; m = m->next)
140 for (m = eap_methods; m; m = m->next) {
168 for (m = eap_methods;
[all...]
H A Deap_config.h332 * eap_methods - Allowed EAP methods
337 struct eap_method_type *eap_methods; member in struct:eap_peer_config
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.c16 #include "eap_methods.h"
19 static struct eap_method *eap_methods = NULL; variable in typeref:struct:eap_method
31 for (m = eap_methods; m; m = m->next) {
51 for (m = eap_methods; m; m = m->next) {
76 for (m = eap_methods; m; m = m->next) {
103 for (m = eap_methods; m; m = m->next) {
105 m == eap_methods ? "" : " ", m->name);
133 for (m = eap_methods; m; m = m->next)
140 for (m = eap_methods; m; m = m->next) {
168 for (m = eap_methods;
[all...]
H A Deap_config.h332 * eap_methods - Allowed EAP methods
337 struct eap_method_type *eap_methods; member in struct:eap_peer_config
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c13 #include "eap_peer/eap_methods.h"
508 char **eap_methods; local
525 eap_methods = eap_get_names_as_string_array(&num_items);
526 if (eap_methods) {
531 &iter_dict, "eap", (const char **) eap_methods,
535 while (eap_methods[i])
536 os_free(eap_methods[i++]);
537 os_free(eap_methods);
H A Ddbus_new_handlers.c15 #include "eap_peer/eap_methods.h"
932 char **eap_methods; local
936 eap_methods = eap_get_names_as_string_array(&num_items);
937 if (!eap_methods) {
944 eap_methods,
948 os_free(eap_methods[--num_items]);
949 os_free(eap_methods);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1084 os_free(ssid->eap.eap_methods);
1085 ssid->eap.eap_methods = methods;
1095 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; local
1098 if (eap_methods == NULL)
1106 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
1107 eap_methods[i].method != EAP_TYPE_NONE; i++) {
1108 name = eap_get_name(eap_methods[i].vendor,
1109 eap_methods[i].method);
1866 os_free(eap->eap_methods);
[all...]

Completed in 216 milliseconds