Home
last modified time | relevance | path

Searched refs:eap_method_type (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls_common.h135 struct eap_method_type **types,
137 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
H A Deap.h21 struct eap_method_type { struct
348 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
H A Deap_tls_common.c1097 struct eap_method_type **types, in eap_peer_select_phase2_methods()
1101 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods()
1168 num_methods * sizeof(struct eap_method_type)); in eap_peer_select_phase2_methods()
1185 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak()
1194 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak()
H A Deap_config.h417 struct eap_method_type *eap_methods;
H A Deap.c145 struct eap_method_type *m; in eap_config_allowed_method()
1554 struct eap_method_type *m = conf->eap_methods; in eap_sm_imsi_identity()
2682 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config, in eap_get_phase2_types()
2685 struct eap_method_type *buf; in eap_get_phase2_types()
2695 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
H A Deap_peap.c43 struct eap_method_type phase2_type;
44 struct eap_method_type *phase2_types;
H A Deap_fast.c42 struct eap_method_type phase2_type;
43 struct eap_method_type *phase2_types;
H A Deap_ttls.c47 struct eap_method_type phase2_eap_type;
48 struct eap_method_type *phase2_eap_types;
H A Deap_teap.c42 struct eap_method_type phase2_type;
43 struct eap_method_type *phase2_types;
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h302 struct eap_method_type *eap_method;
H A Dconfig.c1517 struct eap_method_type *methods = NULL, *tmp; in wpa_config_parse_eap()
1577 struct eap_method_type *prev_m; in wpa_config_parse_eap()
1616 const struct eap_method_type *eap_methods = ssid->eap.eap_methods; in wpa_config_write_eap()
3558 struct eap_method_type method; in wpa_config_set_cred()
H A Dwpas_glue.c1015 const struct eap_method_type *eap_methods; in wpa_sm_sim_state_error_handler()
H A Dinterworking.c1451 os_malloc(sizeof(struct eap_method_type) * 2); in interworking_set_eap_params()
H A Devents.c453 struct eap_method_type *eap = ssid->eap.eap_methods; in wpa_supplicant_scard_init()