/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_methods.c | 19 static struct eap_method *eap_methods = NULL; variable 33 for (m = eap_methods; m; m = m->next) { in eap_peer_get_eap_method() 53 for (m = eap_methods; m; m = m->next) { in eap_peer_get_type() 78 for (m = eap_methods; m; m = m->next) { in eap_get_name() 105 for (m = eap_methods; m; m = m->next) { in eap_get_names() 107 m == eap_methods ? "" : " ", m->name); in eap_get_names() 135 for (m = eap_methods; m; m = m->next) in eap_get_names_as_string_array() 142 for (m = eap_methods; m; m = m->next) { in eap_get_names_as_string_array() 170 for (m = eap_methods; m; m = m->next) in eap_peer_get_methods() 174 return eap_methods; in eap_peer_get_methods() [all …]
|
D | Makefile | 18 eap_methods.o
|
D | eap_config.h | 418 struct eap_method_type *eap_methods; member
|
D | eap.c | 146 if (config == NULL || config->eap_methods == NULL) in eap_config_allowed_method() 149 m = config->eap_methods; in eap_config_allowed_method() 1521 struct eap_method_type *m = conf->eap_methods; in eap_sm_imsi_identity()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_methods.c | 19 static struct eap_method *eap_methods = NULL; variable 33 for (m = eap_methods; m; m = m->next) { in eap_peer_get_eap_method() 53 for (m = eap_methods; m; m = m->next) { in eap_peer_get_type() 78 for (m = eap_methods; m; m = m->next) { in eap_get_name() 105 for (m = eap_methods; m; m = m->next) { in eap_get_names() 107 m == eap_methods ? "" : " ", m->name); in eap_get_names() 135 for (m = eap_methods; m; m = m->next) in eap_get_names_as_string_array() 142 for (m = eap_methods; m; m = m->next) { in eap_get_names_as_string_array() 170 for (m = eap_methods; m; m = m->next) in eap_peer_get_methods() 174 return eap_methods; in eap_peer_get_methods() [all …]
|
D | Makefile | 18 eap_methods.o
|
D | eap_config.h | 418 struct eap_method_type *eap_methods; member
|
D | eap.c | 146 if (config == NULL || config->eap_methods == NULL) in eap_config_allowed_method() 149 m = config->eap_methods; in eap_config_allowed_method() 1521 struct eap_method_type *m = conf->eap_methods; in eap_sm_imsi_identity()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_methods.c | 16 static struct eap_method *eap_methods; variable 28 for (m = eap_methods; m; m = m->next) { in eap_server_get_eap_method() 48 for (m = eap_methods; m; m = m->next) { in eap_server_get_type() 116 for (m = eap_methods; m; m = m->next) { in eap_server_method_register() 129 eap_methods = method; in eap_server_method_register() 145 while (eap_methods) { in eap_server_unregister_methods() 146 m = eap_methods; in eap_server_unregister_methods() 147 eap_methods = eap_methods->next; in eap_server_unregister_methods() 171 for (m = eap_methods; m; m = m->next) { in eap_server_get_name()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_methods.c | 16 static struct eap_method *eap_methods; variable 28 for (m = eap_methods; m; m = m->next) { in eap_server_get_eap_method() 48 for (m = eap_methods; m; m = m->next) { in eap_server_get_type() 116 for (m = eap_methods; m; m = m->next) { in eap_server_method_register() 129 eap_methods = method; in eap_server_method_register() 145 while (eap_methods) { in eap_server_unregister_methods() 146 m = eap_methods; in eap_server_unregister_methods() 147 eap_methods = eap_methods->next; in eap_server_unregister_methods() 171 for (m = eap_methods; m; m = m->next) { in eap_server_get_name()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpas_glue.c | 964 const struct eap_method_type *eap_methods; in wpa_sm_sim_state_error_handler() local 970 eap_methods = ssid->eap.eap_methods; in wpa_sm_sim_state_error_handler() 971 if (!eap_methods) in wpa_sm_sim_state_error_handler() 974 for (i = 0; eap_methods[i].method != EAP_TYPE_NONE; i++) { in wpa_sm_sim_state_error_handler() 975 if (eap_methods[i].vendor == EAP_VENDOR_IETF && in wpa_sm_sim_state_error_handler() 976 (eap_methods[i].method == EAP_TYPE_SIM || in wpa_sm_sim_state_error_handler() 977 eap_methods[i].method == EAP_TYPE_AKA || in wpa_sm_sim_state_error_handler() 978 eap_methods[i].method == EAP_TYPE_AKA_PRIME)) { in wpa_sm_sim_state_error_handler()
|
D | config.c | 1527 if (!errors && ssid->eap.eap_methods) { in wpa_config_parse_eap() 1531 prev_m = ssid->eap.eap_methods; in wpa_config_parse_eap() 1555 os_free(ssid->eap.eap_methods); in wpa_config_parse_eap() 1556 ssid->eap.eap_methods = methods; in wpa_config_parse_eap() 1567 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; in wpa_config_write_eap() local 1570 if (eap_methods == NULL) in wpa_config_write_eap() 1578 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF || in wpa_config_write_eap() 1579 eap_methods[i].method != EAP_TYPE_NONE; i++) { in wpa_config_write_eap() 1580 name = eap_get_name(eap_methods[i].vendor, in wpa_config_write_eap() 1581 eap_methods[i].method); in wpa_config_write_eap() [all …]
|
D | interworking.c | 1439 os_free(ssid->eap.eap_methods); in interworking_set_eap_params() 1440 ssid->eap.eap_methods = in interworking_set_eap_params() 1442 if (ssid->eap.eap_methods == NULL) in interworking_set_eap_params() 1444 os_memcpy(ssid->eap.eap_methods, cred->eap_method, in interworking_set_eap_params() 1446 ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF; in interworking_set_eap_params() 1447 ssid->eap.eap_methods[1].method = EAP_TYPE_NONE; in interworking_set_eap_params()
|
D | nmake.mak | 89 $(OBJDIR)\eap_methods.obj \
|
D | wps_supplicant.c | 444 os_free(ssid->eap.eap_methods); in wpa_supplicant_wps_cred() 445 ssid->eap.eap_methods = NULL; in wpa_supplicant_wps_cred()
|
D | events.c | 428 if (ssid == NULL || ssid->eap.eap_methods == NULL) { in wpa_supplicant_scard_init() 432 struct eap_method_type *eap = ssid->eap.eap_methods; in wpa_supplicant_scard_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpas_glue.c | 964 const struct eap_method_type *eap_methods; in wpa_sm_sim_state_error_handler() local 970 eap_methods = ssid->eap.eap_methods; in wpa_sm_sim_state_error_handler() 971 if (!eap_methods) in wpa_sm_sim_state_error_handler() 974 for (i = 0; eap_methods[i].method != EAP_TYPE_NONE; i++) { in wpa_sm_sim_state_error_handler() 975 if (eap_methods[i].vendor == EAP_VENDOR_IETF && in wpa_sm_sim_state_error_handler() 976 (eap_methods[i].method == EAP_TYPE_SIM || in wpa_sm_sim_state_error_handler() 977 eap_methods[i].method == EAP_TYPE_AKA || in wpa_sm_sim_state_error_handler() 978 eap_methods[i].method == EAP_TYPE_AKA_PRIME)) { in wpa_sm_sim_state_error_handler()
|
D | config.c | 1527 if (!errors && ssid->eap.eap_methods) { in wpa_config_parse_eap() 1531 prev_m = ssid->eap.eap_methods; in wpa_config_parse_eap() 1555 os_free(ssid->eap.eap_methods); in wpa_config_parse_eap() 1556 ssid->eap.eap_methods = methods; in wpa_config_parse_eap() 1567 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; in wpa_config_write_eap() local 1570 if (eap_methods == NULL) in wpa_config_write_eap() 1578 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF || in wpa_config_write_eap() 1579 eap_methods[i].method != EAP_TYPE_NONE; i++) { in wpa_config_write_eap() 1580 name = eap_get_name(eap_methods[i].vendor, in wpa_config_write_eap() 1581 eap_methods[i].method); in wpa_config_write_eap() [all …]
|
D | interworking.c | 1439 os_free(ssid->eap.eap_methods); in interworking_set_eap_params() 1440 ssid->eap.eap_methods = in interworking_set_eap_params() 1442 if (ssid->eap.eap_methods == NULL) in interworking_set_eap_params() 1444 os_memcpy(ssid->eap.eap_methods, cred->eap_method, in interworking_set_eap_params() 1446 ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF; in interworking_set_eap_params() 1447 ssid->eap.eap_methods[1].method = EAP_TYPE_NONE; in interworking_set_eap_params()
|
D | nmake.mak | 89 $(OBJDIR)\eap_methods.obj \
|
D | wps_supplicant.c | 444 os_free(ssid->eap.eap_methods); in wpa_supplicant_wps_cred() 445 ssid->eap.eap_methods = NULL; in wpa_supplicant_wps_cred()
|
D | events.c | 428 if (ssid == NULL || ssid->eap.eap_methods == NULL) { in wpa_supplicant_scard_init() 432 struct eap_method_type *eap = ssid->eap.eap_methods; in wpa_supplicant_scard_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 950 char **eap_methods; in wpas_dbus_getter_eap_methods() local 954 eap_methods = eap_get_names_as_string_array(&num_items); in wpas_dbus_getter_eap_methods() 955 if (!eap_methods) { in wpas_dbus_getter_eap_methods() 962 eap_methods, in wpas_dbus_getter_eap_methods() 966 os_free(eap_methods[--num_items]); in wpas_dbus_getter_eap_methods() 967 os_free(eap_methods); in wpas_dbus_getter_eap_methods()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 950 char **eap_methods; in wpas_dbus_getter_eap_methods() local 954 eap_methods = eap_get_names_as_string_array(&num_items); in wpas_dbus_getter_eap_methods() 955 if (!eap_methods) { in wpas_dbus_getter_eap_methods() 962 eap_methods, in wpas_dbus_getter_eap_methods() 966 os_free(eap_methods[--num_items]); in wpas_dbus_getter_eap_methods() 967 os_free(eap_methods); in wpas_dbus_getter_eap_methods()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | BUILD.gn | 180 "$WPA_ROOT_DIR/src/eap_peer/eap_methods.c",
|