Searched defs:eap_methods (Results 1 - 13 of 13) 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) {
116 for (m = eap_methods; m; m = m->next) {
129 eap_methods = method;
145 while (eap_methods) {
146 m = eap_methods;
147 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) {
116 for (m = eap_methods; m; m = m->next) {
129 eap_methods = method;
145 while (eap_methods) {
146 m = eap_methods;
147 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) {
116 for (m = eap_methods; m; m = m->next) {
129 eap_methods = method;
145 while (eap_methods) {
146 m = eap_methods;
147 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
33 for (m = eap_methods; m; m = m->next) {
53 for (m = eap_methods; m; m = m->next) {
78 for (m = eap_methods; m; m = m->next) {
105 for (m = eap_methods; m; m = m->next) {
107 m == eap_methods ? "" : " ", m->name);
135 for (m = eap_methods; m; m = m->next)
142 for (m = eap_methods; m; m = m->next) {
170 for (m = eap_methods;
[all...]
H A Deap_config.h359 * eap_methods - Allowed EAP methods
364 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
33 for (m = eap_methods; m; m = m->next) {
53 for (m = eap_methods; m; m = m->next) {
78 for (m = eap_methods; m; m = m->next) {
105 for (m = eap_methods; m; m = m->next) {
107 m == eap_methods ? "" : " ", m->name);
135 for (m = eap_methods; m; m = m->next)
142 for (m = eap_methods; m; m = m->next) {
170 for (m = eap_methods;
[all...]
H A Deap_config.h359 * eap_methods - Allowed EAP methods
364 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
33 for (m = eap_methods; m; m = m->next) {
53 for (m = eap_methods; m; m = m->next) {
78 for (m = eap_methods; m; m = m->next) {
105 for (m = eap_methods; m; m = m->next) {
107 m == eap_methods ? "" : " ", m->name);
135 for (m = eap_methods; m; m = m->next)
142 for (m = eap_methods; m; m = m->next) {
170 for (m = eap_methods;
[all...]
H A Deap_config.h359 * eap_methods - Allowed EAP methods
364 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"
484 char **eap_methods; local
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);
H A Ddbus_new_handlers.c15 #include "eap_peer/eap_methods.h"
942 char **eap_methods; local
946 eap_methods = eap_get_names_as_string_array(&num_items);
947 if (!eap_methods) {
954 eap_methods,
958 os_free(eap_methods[--num_items]);
959 os_free(eap_methods);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1360 if (!errors && ssid->eap.eap_methods) {
1364 prev_m = ssid->eap.eap_methods;
1388 os_free(ssid->eap.eap_methods);
1389 ssid->eap.eap_methods = methods;
1400 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; local
1403 if (eap_methods == NULL)
1411 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
1412 eap_methods[i].method != EAP_TYPE_NONE; i++) {
1413 name = eap_get_name(eap_methods[
[all...]
H A Dwpas_glue.c919 const struct eap_method_type *eap_methods; local
925 eap_methods = ssid->eap.eap_methods;
926 if (!eap_methods)
929 for (i = 0; eap_methods[i].method != EAP_TYPE_NONE; i++) {
930 if (eap_methods[i].vendor == EAP_VENDOR_IETF &&
931 (eap_methods[i].method == EAP_TYPE_SIM ||
932 eap_methods[i].method == EAP_TYPE_AKA ||
933 eap_methods[i].method == EAP_TYPE_AKA_PRIME)) {

Completed in 198 milliseconds