From addd2af53753a3062ff02c4316045ee3cde5f292 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 16 Sep 2010 16:43:27 +0200 Subject: WPA-EAP support for GSupplicant --- gsupplicant/gsupplicant.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gsupplicant/gsupplicant.h') diff --git a/gsupplicant/gsupplicant.h b/gsupplicant/gsupplicant.h index 8461c494..5d8c6179 100644 --- a/gsupplicant/gsupplicant.h +++ b/gsupplicant/gsupplicant.h @@ -102,14 +102,14 @@ struct _GSupplicantSSID { unsigned int ssid_len; GSupplicantMode mode; GSupplicantSecurity security; - unsigned int eap_method; + const char *eap; const char *passphrase; - char *identity; - char *ca_cert_path; - char *client_cert_path; - char *private_key_path; - char *private_key_passphrase; - char *phase2_auth; + const char *identity; + const char *ca_cert_path; + const char *client_cert_path; + const char *private_key_path; + const char *private_key_passphrase; + const char *phase2_auth; }; typedef struct _GSupplicantSSID GSupplicantSSID; -- cgit v1.2.3