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

12

/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_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_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.h303 * eap_methods - Allowed EAP methods
308 struct eap_method_type *eap_methods; member in struct:eap_peer_config
H A Deap.c110 if (config == NULL || config->eap_methods == NULL)
113 m = config->eap_methods;
944 struct eap_method_type *m = conf->eap_methods;
/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.h303 * eap_methods - Allowed EAP methods
308 struct eap_method_type *eap_methods; member in struct:eap_peer_config
H A Deap.c110 if (config == NULL || config->eap_methods == NULL)
113 m = config->eap_methods;
944 struct eap_method_type *m = conf->eap_methods;
/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.h303 * eap_methods - Allowed EAP methods
308 struct eap_method_type *eap_methods; member in struct:eap_peer_config
H A Deap.c110 if (config == NULL || config->eap_methods == NULL)
113 m = config->eap_methods;
944 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.c195 if (ssid->eap.eap_methods == NULL) {
199 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.mk610 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
621 OBJS_h += src/eap_server/eap_methods.c
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c19 #include "eap_peer/eap_methods.h"
505 char **eap_methods; local
522 eap_methods = eap_get_names_as_string_array(&num_items);
523 if (eap_methods) {
528 &iter_dict, "eap", (const char **) eap_methods,
532 while (eap_methods[i])
533 os_free(eap_methods[i++]);
534 os_free(eap_methods);
H A Ddbus_new_handlers.c21 #include "eap_peer/eap_methods.h"
838 char **eap_methods; local
842 eap_methods = eap_get_names_as_string_array(&num_items);
843 if (!eap_methods) {
850 eap_methods,
854 os_free(eap_methods[--num_items]);
855 os_free(eap_methods);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1133 ssid->eap.eap_methods = methods;
1143 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; local
1146 if (eap_methods == NULL)
1154 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
1155 eap_methods[i].method != EAP_TYPE_NONE; i++) {
1156 name = eap_get_name(eap_methods[i].vendor,
1157 eap_methods[i].method);
1752 os_free(eap->eap_methods);
H A Dnmake.mak89 $(OBJDIR)\eap_methods.obj \

Completed in 289 milliseconds

12