Searched refs:eap_methods (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant/
H A Deap_methods.c22 #include "eap_methods.h"
25 static struct eap_method *eap_methods = NULL; variable in typeref:struct:eap_method
37 for (m = eap_methods; m; m = m->next) {
57 for (m = eap_methods; m; m = m->next) {
80 for (m = eap_methods; m; m = m->next) {
107 for (m = eap_methods; m; m = m->next) {
109 m == eap_methods ? "" : " ", m->name);
137 for (m = eap_methods; m; m = m->next)
144 for (m = eap_methods; m; m = m->next) {
172 for (m = eap_methods;
[all...]
H A Dconfig_ssid.h487 * eap_methods - Allowed EAP methods
492 struct eap_method_type *eap_methods; member in struct:wpa_ssid
H A Dconfig.c921 ssid->eap_methods = methods;
931 const struct eap_method_type *eap_methods = ssid->eap_methods; local
934 if (eap_methods == NULL)
942 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
943 eap_methods[i].method != EAP_TYPE_NONE; i++) {
944 name = eap_get_name(eap_methods[i].vendor,
945 eap_methods[i].method);
1331 os_free(ssid->eap_methods);
1420 if (ssid == NULL || ssid->eap_methods
[all...]
H A Dctrl_iface_dbus_handlers.c25 #include "eap_methods.h"
469 char **eap_methods; local
486 eap_methods = eap_get_names_as_string_array(&num_items);
487 if (eap_methods) {
492 &iter_dict, "eap", (const char **) eap_methods,
496 while (eap_methods[i])
497 free(eap_methods[i++]);
498 free(eap_methods);
H A Devents.c183 if (ssid->eap_methods == NULL) {
187 struct eap_method_type *eap = ssid->eap_methods;
H A DAndroid.mk349 OBJS += eapol_sm.c eap.c eap_methods.c
H A DMakefile426 OBJS += eapol_sm.o eap.o eap_methods.o
H A Deap.c858 struct eap_method_type *m = ssid->eap_methods;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_methods.c22 #include "eap_methods.h"
25 static struct eap_method *eap_methods = NULL; variable in typeref:struct:eap_method
37 for (m = eap_methods; m; m = m->next) {
57 for (m = eap_methods; m; m = m->next) {
80 for (m = eap_methods; m; m = m->next) {
107 for (m = eap_methods; m; m = m->next) {
109 m == eap_methods ? "" : " ", m->name);
137 for (m = eap_methods; m; m = m->next)
144 for (m = eap_methods; m; m = m->next) {
172 for (m = eap_methods;
[all...]
H A Deap_config.h300 * eap_methods - Allowed EAP methods
305 struct eap_method_type *eap_methods; member in struct:eap_peer_config
H A Deap.c115 if (config == NULL || config->eap_methods == NULL)
118 m = config->eap_methods;
877 struct eap_method_type *m = conf->eap_methods;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_methods.c19 #include "eap_methods.h"
22 static struct eap_method *eap_methods; variable in typeref:struct:eap_method
34 for (m = eap_methods; m; m = m->next) {
54 for (m = eap_methods; m; m = m->next) {
119 for (m = eap_methods; m; m = m->next) {
130 eap_methods = method;
299 while (eap_methods) {
300 m = eap_methods;
301 eap_methods = eap_methods
[all...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_dbus_handlers.c22 #include "eap_peer/eap_methods.h"
527 char **eap_methods; local
544 eap_methods = eap_get_names_as_string_array(&num_items);
545 if (eap_methods) {
550 &iter_dict, "eap", (const char **) eap_methods,
554 while (eap_methods[i])
555 free(eap_methods[i++]);
556 free(eap_methods);
H A Dconfig.c1008 ssid->eap.eap_methods = methods;
1018 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; local
1021 if (eap_methods == NULL)
1029 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
1030 eap_methods[i].method != EAP_TYPE_NONE; i++) {
1031 name = eap_get_name(eap_methods[i].vendor,
1032 eap_methods[i].method);
1529 os_free(eap->eap_methods);
H A Devents.c194 if (ssid->eap.eap_methods == NULL) {
198 struct eap_method_type *eap = ssid->eap.eap_methods;
H A Dwps_supplicant.c248 os_free(ssid->eap.eap_methods);
249 ssid->eap.eap_methods = NULL;
H A DAndroid.mk612 OBJS += src/eapol_supp/eapol_supp_sm.c src/eap_peer/eap.c src/eap_common/eap_common.c src/eap_peer/eap_methods.c
623 OBJS_h += src/eap_server/eap_methods.c
H A DMakefile589 OBJS += ../src/eapol_supp/eapol_supp_sm.o ../src/eap_peer/eap.o ../src/eap_common/eap_common.o ../src/eap_peer/eap_methods.o
600 OBJS_h += ../src/eap_server/eap_methods.o

Completed in 168 milliseconds