Searched refs:eap_methods (Results 1 – 13 of 13) sorted by relevance
19 static struct eap_method *eap_methods = NULL; variable34 for (m = eap_methods; m; m = m->next) { in eap_peer_get_eap_method()54 for (m = eap_methods; m; m = m->next) { in eap_peer_get_type()79 for (m = eap_methods; m; m = m->next) { in eap_get_name()106 for (m = eap_methods; m; m = m->next) { in eap_get_names()108 m == eap_methods ? "" : " ", m->name); in eap_get_names()136 for (m = eap_methods; m; m = m->next) in eap_get_names_as_string_array()143 for (m = eap_methods; m; m = m->next) { in eap_get_names_as_string_array()171 for (m = eap_methods; m; m = m->next) in eap_peer_get_methods()175 return eap_methods; in eap_peer_get_methods()[all …]
5 eap_methods.o
419 struct eap_method_type *eap_methods; member
147 if (config == NULL || config->eap_methods == NULL) in eap_config_allowed_method()150 m = config->eap_methods; in eap_config_allowed_method()1571 struct eap_method_type *m = conf->eap_methods; in eap_sm_imsi_identity()
16 static struct eap_method *eap_methods; variable29 for (m = eap_methods; m; m = m->next) { in eap_server_get_eap_method()49 for (m = eap_methods; m; m = m->next) { in eap_server_get_type()118 for (m = eap_methods; m; m = m->next) { in eap_server_method_register()131 eap_methods = method; in eap_server_method_register()147 while (eap_methods) { in eap_server_unregister_methods()148 m = eap_methods; in eap_server_unregister_methods()149 eap_methods = eap_methods->next; in eap_server_unregister_methods()173 for (m = eap_methods; m; m = m->next) { in eap_server_get_name()
16 eap_methods.c \25 eap_methods.c \
1047 const struct eap_method_type *eap_methods; in wpa_sm_sim_state_error_handler() local1053 eap_methods = ssid->eap.eap_methods; in wpa_sm_sim_state_error_handler()1054 if (!eap_methods) in wpa_sm_sim_state_error_handler()1057 for (i = 0; eap_methods[i].method != EAP_TYPE_NONE; i++) { in wpa_sm_sim_state_error_handler()1058 if (eap_methods[i].vendor == EAP_VENDOR_IETF && in wpa_sm_sim_state_error_handler()1059 (eap_methods[i].method == EAP_TYPE_SIM || in wpa_sm_sim_state_error_handler()1060 eap_methods[i].method == EAP_TYPE_AKA || in wpa_sm_sim_state_error_handler()1061 eap_methods[i].method == EAP_TYPE_AKA_PRIME)) { in wpa_sm_sim_state_error_handler()
1745 if (!errors && ssid->eap.eap_methods) { in wpa_config_parse_eap()1749 prev_m = ssid->eap.eap_methods; in wpa_config_parse_eap()1773 os_free(ssid->eap.eap_methods); in wpa_config_parse_eap()1774 ssid->eap.eap_methods = methods; in wpa_config_parse_eap()1785 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; in wpa_config_write_eap() local1788 if (eap_methods == NULL) in wpa_config_write_eap()1796 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF || in wpa_config_write_eap()1797 eap_methods[i].method != EAP_TYPE_NONE; i++) { in wpa_config_write_eap()1798 name = eap_get_name(eap_methods[i].vendor, in wpa_config_write_eap()1799 eap_methods[i].method); in wpa_config_write_eap()[all …]
1479 os_free(ssid->eap.eap_methods); in interworking_set_eap_params()1480 ssid->eap.eap_methods = in interworking_set_eap_params()1482 if (ssid->eap.eap_methods == NULL) in interworking_set_eap_params()1484 os_memcpy(ssid->eap.eap_methods, cred->eap_method, in interworking_set_eap_params()1486 ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF; in interworking_set_eap_params()1487 ssid->eap.eap_methods[1].method = EAP_TYPE_NONE; in interworking_set_eap_params()
89 $(OBJDIR)\eap_methods.obj \
457 os_free(ssid->eap.eap_methods); in wpa_supplicant_wps_cred()458 ssid->eap.eap_methods = NULL; in wpa_supplicant_wps_cred()
562 if (ssid == NULL || ssid->eap.eap_methods == NULL) { in wpa_supplicant_scard_init()566 struct eap_method_type *eap = ssid->eap.eap_methods; in wpa_supplicant_scard_init()
1242 char **eap_methods; in wpas_dbus_getter_eap_methods() local1246 eap_methods = eap_get_names_as_string_array(&num_items); in wpas_dbus_getter_eap_methods()1247 if (!eap_methods) { in wpas_dbus_getter_eap_methods()1254 eap_methods, in wpas_dbus_getter_eap_methods()1258 os_free(eap_methods[--num_items]); in wpas_dbus_getter_eap_methods()1259 os_free(eap_methods); in wpas_dbus_getter_eap_methods()