HomeSort by relevance Sort by last modified time
    Searched refs:eap_methods (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c 13 #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->next
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_methods.c 22 #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; m; m = m->next
    [all...]
eap_config.h 300 * eap_methods - Allowed EAP methods
305 struct eap_method_type *eap_methods; member in struct:eap_peer_config
eap.c 115 if (config == NULL || config->eap_methods == NULL)
118 m = config->eap_methods;
877 struct eap_method_type *m = conf->eap_methods;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 16 #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; m; m = m->next
    [all...]
eap_config.h 306 * eap_methods - Allowed EAP methods
311 struct eap_method_type *eap_methods; member in struct:eap_peer_config
eap.c 124 if (config == NULL || config->eap_methods == NULL)
127 m = config->eap_methods;
981 struct eap_method_type *m = conf->eap_methods;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.c 19 #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->next
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 22 #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);
    [all...]
config.c 1008 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);
    [all...]
events.c 195 if (ssid->eap.eap_methods == NULL) {
199 struct eap_method_type *eap = ssid->eap.eap_methods;
wps_supplicant.c 248 os_free(ssid->eap.eap_methods);
249 ssid->eap.eap_methods = NULL;
Android.mk 610 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
Makefile 589 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
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 13 #include "eap_peer/eap_methods.h"
499 char **eap_methods; local
516 eap_methods = eap_get_names_as_string_array(&num_items);
517 if (eap_methods) {
522 &iter_dict, "eap", (const char **) eap_methods,
526 while (eap_methods[i])
527 os_free(eap_methods[i++]);
528 os_free(eap_methods);
    [all...]
dbus_new_handlers.c 15 #include "eap_peer/eap_methods.h"
905 char **eap_methods; local
909 eap_methods = eap_get_names_as_string_array(&num_items);
910 if (!eap_methods) {
917 eap_methods,
921 os_free(eap_methods[--num_items]);
922 os_free(eap_methods);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 1105 os_free(ssid->eap.eap_methods);
1106 ssid->eap.eap_methods = methods;
1116 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; local
1119 if (eap_methods == NULL)
1127 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
1128 eap_methods[i].method != EAP_TYPE_NONE; i++) {
1129 name = eap_get_name(eap_methods[i].vendor,
1130 eap_methods[i].method);
    [all...]
interworking.c 19 #include "eap_peer/eap_methods.h"
990 os_free(ssid->eap.eap_methods);
991 ssid->eap.eap_methods =
993 if (ssid->eap.eap_methods == NULL)
995 os_memcpy(ssid->eap.eap_methods, cred->eap_method,
997 ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF;
998 ssid->eap.eap_methods[1].method = EAP_TYPE_NONE;
    [all...]
nmake.mak 89 $(OBJDIR)\eap_methods.obj \
wps_supplicant.c 274 os_free(ssid->eap.eap_methods);
275 ssid->eap.eap_methods = NULL;
    [all...]
events.c 270 if (ssid->eap.eap_methods == NULL) {
274 struct eap_method_type *eap = ssid->eap.eap_methods;
    [all...]
Makefile 702 OBJS += ../src/eap_peer/eap.o ../src/eap_peer/eap_methods.o
    [all...]

Completed in 5480 milliseconds