Searched refs:eap_method_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_tls_common.h123 struct eap_method_type **types,
125 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
H A Deap.h20 struct eap_method_type { struct
301 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
H A Deap_config.h311 struct eap_method_type *eap_methods;
H A Deap_tls_common.c958 struct eap_method_type **types,
962 struct eap_method_type *methods = NULL, *_methods;
1022 num_methods * sizeof(struct eap_method_type));
1039 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
1048 (u8 *) types, num_types * sizeof(struct eap_method_type));
H A Deap.c122 struct eap_method_type *m;
984 struct eap_method_type *m = conf->eap_methods;
1852 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
1855 struct eap_method_type *buf;
1865 buf = os_malloc(mcount * sizeof(struct eap_method_type));
H A Deap_peap.c44 struct eap_method_type phase2_type;
45 struct eap_method_type *phase2_types;
H A Deap_ttls.c46 struct eap_method_type phase2_eap_type;
47 struct eap_method_type *phase2_eap_types;
H A Deap_fast.c42 struct eap_method_type phase2_type;
43 struct eap_method_type *phase2_types;
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h184 struct eap_method_type *eap_method;
H A Dconfig.c1050 struct eap_method_type *methods = NULL, *tmp;
1122 const struct eap_method_type *eap_methods = ssid->eap.eap_methods;
2299 struct eap_method_type method;
H A Dinterworking.c1032 os_malloc(sizeof(struct eap_method_type) * 2);
H A Devents.c278 struct eap_method_type *eap = ssid->eap.eap_methods;

Completed in 192 milliseconds