~ubuntu-branches/ubuntu/intrepid/wpasupplicant/intrepid

« back to all changes in this revision

Viewing changes to eap_tls_common.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-04-01 10:53:37 UTC
  • Revision ID: james.westby@ubuntu.com-20070401105337-3dd89n3g8ecdhjsl
Tags: 0.5.7-0ubuntu2
Apply patch from upstream after private email discussion:
http://w1.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=33673d3f43da6f5ec0f0aa5a8245a1617b6eb2fd#patch1
Fixes LP: #98895, #98925

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        struct eap_sm *sm, struct eap_ssl_data *data, const u8 *in_data,
56
56
        size_t in_len, size_t *out_len, int *need_more_input);
57
57
int eap_tls_process_helper(struct eap_sm *sm, struct eap_ssl_data *data,
58
 
                           EapType eap_type, int peap_version,
 
58
                           int eap_type, int peap_version,
59
59
                           u8 id, const u8 *in_data, size_t in_len,
60
60
                           u8 **out_data, size_t *out_len);
61
61
u8 * eap_tls_build_ack(struct eap_ssl_data *data, size_t *respDataLen, u8 id,
62
 
                       EapType eap_type, int peap_version);
 
62
                       int eap_type, int peap_version);
63
63
int eap_tls_reauth_init(struct eap_sm *sm, struct eap_ssl_data *data);
64
64
int eap_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf,
65
65
                   size_t buflen, int verbose);