Searched refs:eap_method_type (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_tls_common.h | 140 struct eap_method_type **types, 142 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
H A D | eap.h | 21 struct eap_method_type { struct 348 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
|
H A D | eap_tls_common.c | 1106 struct eap_method_type **types, in eap_peer_select_phase2_methods() 1110 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() 1177 num_methods * sizeof(struct eap_method_type)); in eap_peer_select_phase2_methods() 1194 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() 1203 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak()
|
H A D | eap_config.h | 419 struct eap_method_type *eap_methods;
|
H A D | eap.c | 145 struct eap_method_type *m; in eap_config_allowed_method() 1555 struct eap_method_type *m = conf->eap_methods; in eap_sm_imsi_identity() 2726 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config, in eap_get_phase2_types() 2729 struct eap_method_type *buf; in eap_get_phase2_types() 2739 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
|
H A D | eap_peap.c | 43 struct eap_method_type phase2_type; 44 struct eap_method_type *phase2_types;
|
H A D | eap_fast.c | 42 struct eap_method_type phase2_type; 43 struct eap_method_type *phase2_types;
|
H A D | eap_ttls.c | 47 struct eap_method_type phase2_eap_type; 48 struct eap_method_type *phase2_eap_types;
|
H A D | eap_teap.c | 42 struct eap_method_type phase2_type; 43 struct eap_method_type *phase2_types;
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config.h | 337 struct eap_method_type *eap_method;
|
H A D | config.c | 1573 struct eap_method_type *methods = NULL, *tmp; in wpa_config_parse_eap() 1633 struct eap_method_type *prev_m; in wpa_config_parse_eap() 1672 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; in wpa_config_write_eap() 3724 struct eap_method_type method; in wpa_config_set_cred()
|
H A D | wpas_glue.c | 1021 const struct eap_method_type *eap_methods; in wpa_sm_sim_state_error_handler()
|
H A D | interworking.c | 1485 os_malloc(sizeof(struct eap_method_type) * 2); in interworking_set_eap_params()
|
H A D | events.c | 543 struct eap_method_type *eap = ssid->eap.eap_methods; in wpa_supplicant_scard_init()
|