HomeSort by: relevance | last modified time | path
    Searched refs:eap_method_type (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_peer/
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,
eap_config.h 419 struct eap_method_type *eap_methods;
eap.h 21 struct eap_method_type { struct
348 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
eap_tls_common.c 1106 struct eap_method_type **types,
1110 struct eap_method_type *methods = NULL, *_methods;
1177 num_methods * sizeof(struct eap_method_type));
1194 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
1203 (u8 *) types, num_types * sizeof(struct eap_method_type));
eap.c 145 struct eap_method_type *m;
1555 struct eap_method_type *m = conf->eap_methods;
2726 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
2729 struct eap_method_type *buf;
2739 buf = os_malloc(mcount * sizeof(struct eap_method_type));
eap_peap.c 43 struct eap_method_type phase2_type;
44 struct eap_method_type *phase2_types;
eap_fast.c 42 struct eap_method_type phase2_type;
43 struct eap_method_type *phase2_types;
eap_teap.c 42 struct eap_method_type phase2_type;
43 struct eap_method_type *phase2_types;
eap_ttls.c 47 struct eap_method_type phase2_eap_type;
48 struct eap_method_type *phase2_eap_types;
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 337 struct eap_method_type *eap_method;
config.c 1573 struct eap_method_type *methods = NULL, *tmp;
1633 struct eap_method_type *prev_m;
1672 const struct eap_method_type *eap_methods = ssid->eap.eap_methods;
3724 struct eap_method_type method;
wpas_glue.c 1021 const struct eap_method_type *eap_methods;
interworking.c 1485 os_malloc(sizeof(struct eap_method_type) * 2);
events.c 543 struct eap_method_type *eap = ssid->eap.eap_methods;

Completed in 40 milliseconds